Re: When an Application is installed using "yum install", How to find out the Directory structure into which it was installed?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/24/2011 11:07 AM, Sam Varshavchik wrote:
> Varuna Seneviratna writes:
>
>> In Windows the set-up displays the the directory into which an
>> application was installed and most of the installation instructions
>> display the Directory structure into which the Application ultimately
>> gets installed.But How to Find the Linux or Fedora 14 Directory
>> structure into which an application is installed, using "yum install
>> <packgNme>"
>>
>> For an Ex- yum install "openJDK*"
>
> rpm -q -l -v <packagename>
>
>
In addition. Windows generally installs applications in C:\Program
File\<application name>
In Linux and Unix, application executables are normally installed in
/usr/bin with application libraries in /usr/lib (or /usr/lib64).
Additionally, some systems may be installed in /opt. Additionally, if
installing an application from a tarball, that application is normally
installed in /usr/local/bin and /usr/local/lib (or lib64). Normally if
you use Yum or RPM, then /usr/bin is the normal place.

Additionally, if you want to find out where an executable is, use the
whereis(1) command as an example:
[gaf@gaf ~]$ whereis firefox
firefox: /usr/bin/firefox /usr/lib64/firefox
/usr/share/man/man1/firefox.1.gz



-- 
Jerry Feldman <gaf@xxxxxxx>
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux