Re: Deb commands

2003-12-28 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 27, 2003 at 06:45:47PM +0800, Stephen Liu wrote: Where can I find a list of Deb command corresponding to RPM. Is there similarity/equivalent RPM's a bit on the primitive side to really compare properly. It's best to just let aptitude

Deb commands

2003-12-27 Thread Stephen Liu
Hi folks, Where can I find a list of Deb command corresponding to RPM. Is there similarity/equivalent TIA B.R. Stephen Liu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Deb commands

2003-12-27 Thread Andreas Janssen
Hello Stephen Liu ([EMAIL PROTECTED]) wrote: Where can I find a list of Deb command corresponding to RPM. Is there similarity/equivalent Check the man pages for dpkg and apt. Or read the documentation on http://www.debian.org, especially the APT Howto. best regards Andreas Janssen

Re: Deb commands

2003-12-27 Thread Joachim Fahnenmueller
man apt-get man apt-cache man dpkg On Sat, Dec 27, 2003 at 06:45:47PM +0800, Stephen Liu wrote: Hi folks, Where can I find a list of Deb command corresponding to RPM. Is there similarity/equivalent TIA B.R. Stephen Liu HTH -- Joachim Fahnenmüller # Hi! I'm a .signature virus.

Re: Deb commands

2003-12-27 Thread David Z Maze
Stephen Liu [EMAIL PROTECTED] writes: Where can I find a list of Deb command corresponding to RPM. Is there similarity/equivalent The 'dpkg' command is most similar to the 'rpm' command; if you have an individual .deb file, 'dpkg -i foo.deb' will install it, replacing any previously existing