On Thu, Nov 29, 2001 at 05:52:00PM +0530, MRUGENDRA wrote:
> 
> secpmd;y, is there anyway i  can install a  package in .deb 
> format on a rh installation?????
> 
---end quoted text---

Method #1 : Convert the .deb to .rpm using "alien" and install
            with rpm.
            
Method #2 : Convert the .deb to .tar.gz. The steps are:
            ar -x $PACKAGE.deb
            rm -f control.tar.gz
            rm -f debian-binary
            mv data.tar.gz $PACKAGE.tar.gz

            Either install the binary tarball after moving it
            to "/" dir (tar -xzvf $PACKAGE.tar.gz) or convert 
            it to rpm (don't know how that is done though !)
            
HTH

Bish            
            


--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : links console browser                          LOST #035

Links browser, supports frames and tables ...

For a reasonably good Console based browser visit here:
http://artax.karlin.mff.cuni.cz/~mikulas/links/

####<[EMAIL PROTECTED]>#######################################
:


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to