LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-17-2002, 10:13 AM   #1
NGraphiX
Member
 
Registered: Feb 2002
Location: Jerusalem, Israel
Distribution: Fedora Core 3
Posts: 154

Rep: Reputation: 30
Seperate program directories in Linux


Is there a way I could get the RPM package manager
to install programs in preset directories?

In windows you can specify where you want the
program to be installed, but in linux all the programs
seem to be under /usr/bin in a rather big jumble,
and various other non-binary's are hidden under /usr/share
again in a not too orginized fashion.

I guess what i'm getting at is that I'd like a way to have
a modular system where every program would be in i'ts own
directory nicely set up in a orginized heirarchy like:
/usr/apps/TextApps/OpenOffice/
I thought of Linux from scratch but than reilized I'd have to use rpm's to reinstall everything, (or download about 200M)

so any advice on how to customize where things go?
 
Old 09-17-2002, 10:27 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you really should let go of your windows ways of thinking!

ok, so you have a seperate directory for every single app you install... so now to run any app from a console you have to have a path structure including every single one of these directories???? that's daft. but then i guess this also means you hate using consoles anyway, in which case things will probably just as awkward, as as soon as one app tries to call another (e.g. a wrapper application to another) it can't find it and you fall on your arse again.

linux uses directories for seperating and subdividing libraries, binaries, data files and various other things. go with the flow eh? it works an awful lot better that messing around. there's a reason things are the way they are

but if you insist, it's all in the RPM manpage. read it.
 
Old 09-17-2002, 01:19 PM   #3
NGraphiX
Member
 
Registered: Feb 2002
Location: Jerusalem, Israel
Distribution: Fedora Core 3
Posts: 154

Original Poster
Rep: Reputation: 30
Still, I see an advantage to knowing what's where, so you can
remove / copy programs easily, instead of trying to find all the
related files.
About the problems you mentioned
i.e. a. having to type in the whole path
b. calling another app
you can always have links to all the binaries in /usr/bin,
and have the actual binaries in thier respective dir's.

thanX again, I'll definatly read the manpages.
 
Old 09-17-2002, 01:22 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you think manually creating an adsitional link to every app is a good thing????? whatever..
 
Old 09-17-2002, 02:57 PM   #5
mikek147
Member
 
Registered: Mar 2002
Location: Elyria, Ohio
Distribution: Debian, Nothing else required
Posts: 141

Rep: Reputation: 15
One reason that MS Windows can do this is because of the registry. But this is also the one big drawback to MS Windows, the maintenance of the registry. If the registry is screwed up, then so is your system. UNIX/Linux doesn't use anything close to a registry because it simply doesn't need it, and you don't have to support that overhead.

As you would use rpm to install a package, you can use it to uninstall that same package. And what need would you have in copying a program?

The fs layout for UNIX/Linux is very well thought out. /bin, /lib and /sbin has the applications and libraries needed for boot. /usr/bin has the user level commands. /usr/sbin has superuser commands. /usr/lib has the libraries required to either run or build an application. /usr/local is the location for user installed packages. /opt is usually used for 3rd party vendor applications. /var has logs and such. And swap is a non-viewable, raw partition. /usr/man is generally for the online documentation. A place for everything and everything in its place.

As acid_kewpie stated, "go with the flow eh?" If you prefer the layout of MS Windows over Linux, stay with it. One of the things that makes UNIX/Linux as reliable as it is, is that very same fs layout that you would like to change. -mk
 
Old 09-17-2002, 04:47 PM   #6
NGraphiX
Member
 
Registered: Feb 2002
Location: Jerusalem, Israel
Distribution: Fedora Core 3
Posts: 154

Original Poster
Rep: Reputation: 30
It appears I'm doomed...
from the FHS:

"No other directories, except those listed below may be
in /usr/local after first installing a FHS-compliant system"

to mikekl47: good point about the registry , windows crashed
on me more than once because of registry related problems.

I guess I'll go with the flow as said, all in all,
Linux definatly Kicks Arse.
 
Old 09-17-2002, 05:42 PM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Yeah, but if you were so inclined to go through a sort of LFS install, making each program in it's own directory, and then follow with a symlink from each program, to a /usr/bin style directory, along with libs et all, you could accomplish such a task. And then it would be setup as you'd like. From then on, when you installed programs you'd have to follow the same scheme, and use only sources (which is a good thing though) and supply directories and such.

But it could be done, the work involved would not be worth it, but it could be done.

Cool
 
Old 09-17-2002, 07:08 PM   #8
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Basically in *nix you have a home folder that has a seperate file or files for each app that you run.

Each user has their own config files and such, and share the binaries and libs.

This is what makes it great, if a user screws up some app they can just remove it's files in their home folder and when they run it again it is like reinstalling it.

This is vastly prefered over reinstalling the entire system because it got hosed.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rss reader: firefox extension or seperate linux program? shengchieh Linux - Software 7 02-16-2005 06:03 PM
Directories on seperate partitions. ToothlessRebel Linux - Newbie 5 11-27-2004 09:34 AM
Any way to make every program start in seperate process Squall Linux - General 3 02-03-2004 05:22 PM
default program directories heathpitts Linux - Newbie 2 03-06-2003 05:30 PM
.//program-build directories trub Linux From Scratch 1 02-16-2002 11:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration