Jump to content

gobo file structure


 Share

Recommended Posts

Would you use Linux distro with a file structure like this, if a distro used it (other than gobolinux ofcause)?

 

http://gobolinux.org/?page=at_a_glance

Edited by Artificial Intelligence
Link to comment
Share on other sites

Of course I would. This makes package management a way lot easyer. Don't know if it's causing some other issues or not though. Like how does this effect the system security.

I'm afraid though that this is the only advantage of Gobo Linux yet comparing to other distros. But it's still only 2 years old.

I wish Mandriva would start to use this kind of package management.

Link to comment
Share on other sites

I've known about this distro for a long time, yet I'm satisfied with Mdv so I never tried. However, I like the concept a lot, and since I've read about it, I apply this concept with the packages I compile from source.

 

For example:

I have program A, version 1.2.3 ,to install:

# cd /usr/local/src
# tar -xzf A-1.2.3.tgz && cd A-1.2.3
# mkdir /opt/A-1.2.3
# ./configure --prefix=/opt/A-1.2.3 && make && make install

Whenever I want to "enable" this program, I run

lndir /opt/A-1.2.3 /usr/local

, and when I want to "disable" this program, I run

ulndir /opt/A-1.2.3 /usr/local

(lndir and ulndir are two scripts I wrote).

Removing a program is simple:

rm -rf /opt/A-1.2.3

 

It is great! An application/library == A directory. It is simple and effective.

 

Yves.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...