PDA

View Full Version : What's the difference between RPM and DEB


esmailgad
September 24th, 2008, 03:37 PM
what is the difference between RPM package and DEB package and how can I install it

SunnyRabbiera
September 24th, 2008, 03:43 PM
what is the difference between RPM package and DEB package and how can I install it

They are different installers for different systems, RPM is for redhat based systems and Deb is for debian systems.
Ubuntu is a debian system so most .deb's you will find will be compatible with ubuntu.
RPM's are a little different, to install them you need to convert them, there is a terminal application called alien that is in your repositories, it will help convert your RPM's to debs.

brandon88tube
September 24th, 2008, 03:45 PM
RPM, I believe is for distros like redhat and DEB are for debian distros like Ubuntu

SunnyRabbiera
September 24th, 2008, 03:46 PM
RPM, I believe is for distros like redhat and DEB are for debian distros like Ubuntu

yes, the package managers are simular but the rpm's are packaged differently.

dub_u
September 24th, 2008, 03:58 PM
what is the difference between RPM package and DEB package and how can I install it

I only installed a DEB package once, and it was by entering

sudo dpkg -i filename.deb

Also found this http://www.newlinuxuser.com/howto-use-dpkg-to-install-deb-files/

SunnyRabbiera
September 24th, 2008, 04:06 PM
I only installed a DEB package once, and it was by entering

sudo dpkg -i filename.deb

Also found this http://www.newlinuxuser.com/howto-use-dpkg-to-install-deb-files/

yes but with gedebi the terminal is less needed

brandon88tube
September 24th, 2008, 04:21 PM
Yeah with a .deb you should be able to just double click and run it.

dmizer
September 24th, 2008, 11:52 PM
Split these off topic posts into a separate thread. Carry on.