Linux main package management system

[Linux main package management system]

RPM format

It is used in RedHat distributions such as RedHat Linux, Fedora Linux, and CentOS. Manage rpm packages using rpm and yum commands.

Debian method

It is used by Debian-based distributions of Debian GNU / Linux and Ubuntu Linux. Manage deb packages using the dpkg command, apt-get command, and apt-cache command.

Main package formats and management commands

Red Hat </ strong> Package format is rpm format The package management command is the rpm command The package management command using the repository is the yum command.

Ubuntu / Debian </ strong> Package format is deb format The package management command is the dpkg command. Package management commands using the repository are apt-cache command and apt-get command.

Recommended Posts