By doing

yum install vlc

I have installed the vlc player on my system. Now I want to know where the binary of vlc was installed. So what is the default path for installation in Fedora Linux?

link|improve this question

feedback

migrated from stackoverflow.com Oct 12 '11 at 13:33

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

I suppose

which vlc

will do the trick if the path the file was installed is on the System Path.

link|improve this answer
hey thanks i got it – Mr.32 Oct 12 '11 at 8:57
feedback

This may be of help: Unix Filesystem Hierarchy Standard

Most binaries are installed in /usr/bin, most libs in /usr/lib and most headers - in /usr/include.

link|improve this answer
+1 for addinationla info – Mr.32 Oct 12 '11 at 9:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.