Embedded Primer-linux-yum
a yum profile
Yum is a way to install Linux software, and it has the advantage of not having to solve dependencies and upgrades compared to RPM .
Configuration file for two Yum
In/etc/yum.repo.d/xxx.repo, there are some links to the software repositories, which are downloaded from these websites when the system installs the software, so Yum must have an Internet connection when installing the software. is the appropriate configuration file
Three conditions of Use
If you are using Red Hat Linux, you will need to install the free Yum repositories, as well as pay
After installing the Yum package, the/etc/yum.repo.d/rpmforge.repo file is generated, which is the corresponding link
Four Yum common commands
1 Yum Install package
2 Yum List view package for system
3 Yum Remove uninstall the installed packages
Embedded Primer-linux-yum