Linux Online Installation Tool yum

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.