Results 1 to 6 of 6

Thread: Where are the installed programs??

  1. #1
    Join Date
    Jun 2008
    Beans
    94

    Where are the installed programs??

    Where are all installed programs placed in uBuntu? Like we have installed programs in Windows under Program Files.
    Triple Boot
    Windows Vista , Mac OS X 10.5.5 , uBuntu 9.04
    System Specs
    Intel 2.10GHZ , 2GB RAM , Graphics Intel965

  2. #2
    Join Date
    Nov 2006
    Location
    Montreal, Canada
    Beans
    485
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Where are the installed programs??

    That's not how it works in Linux. Installed programs don't occupy one directory. For instance, /etc/ contains the configuration files for all programs, while the executables themselves may be installed to /usr/bin

  3. #3
    Join Date
    Jun 2008
    Beans
    94

    Re: Where are the installed programs??

    /usr/bin thats what i was asking, thanks for the info man
    Triple Boot
    Windows Vista , Mac OS X 10.5.5 , uBuntu 9.04
    System Specs
    Intel 2.10GHZ , 2GB RAM , Graphics Intel965

  4. #4
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Where are the installed programs??

    Quote Originally Posted by raziiq View Post
    /usr/bin thats what i was asking, thanks for the info man
    He said "may" be installed to /usr/bin.

    There's also /usr/local/bin, and /usr/sbin -- and others I don't recall at the moment. Also, it's fairly typical for apps to created hidden directories under your /home directory and store files and settings there.

    Basically, there's no one directory where ALL the application programs get saved in Linux.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  5. #5
    Join Date
    Mar 2008
    Location
    Birmingham, UK
    Beans
    Hidden!

    Re: Where are the installed programs??

    If you want to find the location of a specific executable, you can use the which command.
    Code:
    which firefox
    for example, will return
    Code:
    /usr/bin/firefox
    Desktop: Phenom 955 BE | GA-MA790XT-UD4P | 8GB TG Elite 1600 | BFG GTX 275
    Conky Screenshots | Last.fm | New to Ubuntu?

  6. #6
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Where are the installed programs??

    It's also worth pointing out that in Linux you don't need to know the path to the executable to launch it.

    For example, Firefox may be at /usr/bin/firefox, but to launch it you only need to use the command
    Code:
    firefox
    Linux is a lot smarter than Windows that way.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •