Explanation of package tools and commands for Linux OS

Since I am studying lpic, I have summarized the options of the package tool by referring to ping-t.

Red Hat series (Red Hat Enterprise Linux, CentOS, Fedora, etc.)

● RPM tool (configuration file: / usr / lib / rpm / rpmrc)

-** rpm command **: Commands for basic package management such as package installation / uninstallation Main options related to reference / inspection f18b5d40.png Main installation-related options d840006f.png

-** rpm2cpio **: Command to convert PRM package to cpio format archive

● YUM tool (configuration file: /etc/yum.conf, package acquisition source settings: .repo file under /etc/yum.repos.d)

A group of tools that extends the RPM tools.

-** yum command ** 128cdcb2.png

● DNF tool

It is the successor to the YUM tool and has been the default package management tool since Fedora 22. As with the YUM tool, set the repository in the .repos file under /etc/yum.repos.d/.

Debian system (Debian GNU / Linux, KNOPPIX: Knopix, Ubuntu, etc.)

● dpkg tool (configuration file: /etc/dpkg/dpkg.cfg)

-** dpkg command : Commands for basic package management such as package installation / uninstallation 4b7b904b.png - dpkg-reconfigure command **: Command to reconfigure installed packages

● APT tool (package acquisition source setting: /etc/apt/sources.list)

Tools that extend the dpkg tool -** apt-get command : Command to install / uninstall the package 2e94f083.png - apt-cache command : Command to search / reference package information 61e246ae.png - apt command **: A command that integrates the functions of apt-get and apt-cache

openSUSE (renamed from SUSE Linux)

● ZYPPER tool

914e9bd6.png

Recommended Posts

Explanation of package tools and commands for Linux OS
Linux (for users and su / sudo commands)
Summary of petit techniques for Linux commands
OS and Linux distribution
Studying Linux commands and frustration
Explanation and implementation of SocialFoceModel
Explanation and implementation of PRML Chapter 4
Explanation and implementation of simple perceptron
Convenient shortcut keys for Linux commands! !! !!
Frequently used Linux commands (for beginners)
[Must-see for beginners] Basics of Linux
[Linux] File and directory operation commands
List of frequently used Linux commands
Note: Linux concepts and minimum commands
Explanation of creating an application for displaying images and drawing with Python
[Linux] Review of frequently used basic commands 2
[Linux] Summary of middleware version confirmation commands
Implementation and explanation using XGBoost for beginners
Explanation and implementation of Decomposable Attention algorithm
[Linux] Review of frequently used basic commands
[Linux] Learn the basics of shell commands
The easiest procedure and explanation for installing Oracle Linux 8.3 (DB construction first part)
Linux commands
Linux commands
Linux commands
Linux commands
[Explanation for beginners] TensorFlow basic syntax and concept
[Linux] Zip file compression and decompression commands [Vim]
Summary of OSS tools and libraries created in 2016
[Linux] Basic settings after OS installation of CentOS 7.3
[Linux command] A memorandum of frequently used commands
Explanation of edit distance and implementation in Python
After a clean installation of ubuntu18.04 until ROS is installed and explanation of its commands