-4

I have a Simple question, i'm new to the linux world. I was looking in the web for some explanations But I have not found a good explanation.

What is deb file? What is RPM file?

Thanks :)

Rinzwind
  • 299,756

1 Answers1

4

.deb files are Packages for use under the Debian System.

.rpm files are for Packages under the use of the RedHat System.

If you're looking to download software, and you are running Ubuntu(Debian based) you will use a .deb package.

  • 1
    Note that ideally you should get the deb files through a package manager (e.g. apt-get), downloading random ones off the internet can sometimes make it more difficult and mess up your system – Wilf Nov 20 '15 at 14:02