TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:12217] Package formats



> It's pretty cool, you can download the source, apply patches, and build
> a biniary package in 5 command lines.
> 
> apt-get source packagename
> cd packagename-*
> Customize
> debian/rules binary
> dpkg -i ../packagename-version-*.deb

Hmmm. RedHat's something like:

get source.tar.gz
rpm -tb source.tar.gz
rpm -i -Uvh /usr/src/redhat/RPMS/i386/source-ver.rpm

If you're lucky... ;)