Find the answer to your Linux question:
Results 1 to 5 of 5
Ok I know this is a dumb dumb questions. Linux allows you to install anywhere, but its driving me nuts. I want to be a little more organized with my ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    1

    Where do I install software????



    Ok I know this is a dumb dumb questions. Linux allows you to install anywhere, but its driving me nuts. I want to be a little more organized with my file system and use it properly.


    When I manually install a web server I make a /LAMP directory and place my LAMP services in the file. I also make a /Network file to install the network software like nagios and such.

    When I do this I feel like Im installing software on the C:\, instead of C:\Program Files. Ya, I just referenced windows on a Linux site, my bad.

    What is honestly the correct setup. I am working on CentOS and Suse mainly.

  2. #2

  3. #3
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    You should be using your package manager to install software. Your package manager will download and install programs for you and then keep them up to date too.

    Don't worry about talking about Windows, we all know it exists
    Linux User #453176

  4. #4
    Just Joined! chris81's Avatar
    Join Date
    Jan 2009
    Posts
    62
    Another place where to get informations about FHS

    Filesystem Hierarchy Standard

  5. #5
    MTK
    MTK is offline
    Linux Newbie
    Join Date
    Aug 2009
    Posts
    132
    It was quite difficult to figure out the way the filesystem is organized coming from Windows.

    In Windows, each program had its own folder in which the program stored its files anyway it wants.

    In *nix, there are designated files in which one part of all the programs go. For example bin contains all the executables of all the programs, etc.

    /bin is usually essential command-line commands (i.e. ls, cp, tar)
    /sbin are system commands
    /usr/bin contains general programs (i.e. vi, Firefox, GIMP)

    I am not sure, however, what /usr/share and /usr/local are for.

Posting Permissions

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