Free software Warehouse installation packages for third parties
1, Linux installation software:
RPM Mode: RPM (Red Hat Package Manager) is now the packages management system used in Linux standard Base (LSB).
Advantages: The installation process is simple; disadvantages: Dependency issues need to be addressed.
Yum mode: Use the Yum command to fetch the appropriate packages from the repositories and install them, and the repositories can be divided into paid and free warehouses.
Advantage: Yum adds Automatic Updates and package management to the RPM system, including dependency management, does not require users to resolve installation package dependencies, and can take advantage of the network to obtain software installation packages.
Disadvantage: The installation package warehouse needs to rely on the network to obtain the installation package.
Package Repository Source: Before using Yum, we need to store information such as the address of the warehouse in a Xxx.repo file and place the file in a specific directory/etc/yum.repod.d/. In this directory, you can store multiple files with the suffix. Repo, which means that multiple warehouses can be used.
Installation:
RPM-IVH rpmforge-release-0.5.2-2.el6.rf.i686.rpm. After installation, a new Rpmforege.repo file is added to the/ETC/YUM.REPOS.D to indicate that the package warehouse installation was successful.
To view packages in the Software repository: Yum list. by Yum List | grep TFTP finds the installation package for the TFTP service.
Install package: Yum installs atft-server.i686, then Yum will automatically find the installation package to download.
Uninstall Package: Yum Remove atftp-server.i686.
Linux Online Installation Tool yum