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?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I suppose
will do the trick if the path the file was installed is on the System Path. | |||
|
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. | |||
|
feedback
|