RPM package management A packaging and installation tool for Internet download packages. It generates files with the .RPM extension. RPM is the abbreviation of RedHat Package Manager, which is similar to setup.exe in Windows. Simple query command for rpm package The basic format of rpm package name An rpm package name: firefox-45.0.1-1.el6.centos.x86_64.rpm
RPM other instructions rpm -q package name # Check if it is installed rpm -qi package name # Check package information rpm -ql package name # Check the installation location of files in the package rpm -qf file (such as: /etc/passwd) # Check which rpm package a file belongs to Uninstall rpm package Package dependency issues: If other packages depend on the package you want to uninstall, an error message will be generated when uninstalling it. Install rpm package rpm -ivh RPM package full path name
yum Yum is a shell front-end package manager. Based on RPM package management, it can automatically download and install RPM packages from the specified server, automatically handle dependency relationships, and install all dependent software packages at once. The premise of using yum is that you can connect to the Internet. Type pip in python Basic instructions
The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: React's method of realizing secondary linkage
>>: A brief discussion on using Cartesian product principle to query multiple tables in MySQL
About derived tables When the main query contains...
1. Introduction Image maps allow you to designate...
Time flies, and in just six days, 2013 will becom...
This article mainly introduces an example of impl...
Table of contents 1. Implicit conversion Conversi...
Table of contents 1. Primary key exists 2. No pri...
1. Basic Environment 1. Operating system: CentOS ...
Preface: Sometimes, the session connected to MySQ...
1. Time types are divided into: 1. Network time (...
//MySQL statement SELECT * FROM `MyTable` WHERE `...
Table of contents 1. The difference between trans...
Recently, we need to perform a scheduled migratio...
/etc/fstab Automatically mount partitions/disks, ...
New features in MySQL 8.0 include: Full out-of-th...
1 Background JDK1.8-u181 and Tomcat8.5.53 were in...