gnu-system-discuss
[Top][All Lists]
Advanced

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

Re: GNU System Explanation


From: Claudio Fontana
Subject: Re: GNU System Explanation
Date: Sat, 11 Feb 2006 21:38:26 -0800 (PST)

--- Filip Brcic <address@hidden> ha
scritto: 

> > Can someone please give me a concise explanation
> of what the intended goals
> > are here?
> 
> The goal is to make package installation and removal
> as easy as cp and rm.

Some pre/post installation stuff seems needed.
What about install-info, for example? Maintaining
$(infodir)/dir seems not possible by just using

$ tar -zxvf package_name.tgz

in a dedicated dir in /packages/

I have little experience in non-source-based
installations so please excuse my ignorance.

> > I understand that you want packages isolation in
> > /packages,

How would source code be installed in this situation?
Would the following or something similar work?

$ tar -zxvf my_program.tar.gz
$ cd my_program/
$ ./configure --prefix=/packages/my_program
$ make
$ make install

In this case I'd have a source-based package manager
already available.

http://www.gnu.org/software/sourceinstall/sourceinstall.html

CLaudio



        

        
                
___________________________________ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it




reply via email to

[Prev in Thread] Current Thread [Next in Thread]