Home > What Is The Difference Between Linux Rpm And Linux Deb?
Question

What is the difference between Linux RPM and Linux DEB?

Answers
04/07/2022
Frederic

Deb files are those made for Debian-based GNU/Linux distributions (Ubuntu, Raspbian, Linux Mint, etc.) while .rpm packages are designed for RedHat-based distributions (Fedora, CentOS, etc.) as well as OpenSuSE.

These packages are ways of compressing installation files and unlike compressors such as .zip or .rar they also contain instructions or tasks that the system must perform to complete the installation without the user having to do anything additional (e.g. create users, add permissions, create directories, etc.)

RPM packages are designed for distributions based on RedHat (Fedora, CentOS, etc.) as well as OpenSuSE.

Reply
What does the rm -rf ~ command do in Linux? :: What would happen if a supercomputer played chess with another supercomputer?
Useful Links