Red Hat-YUM

Source: Internet
Author: User

RPM is a good thing, but the only thing that cannot be solved is the dependency problem. That is, the software dependency problem. YUM can be used to solve the problem perfectly.

YUM configuration process:

1. Install YUM Repository and configure it to be used by the YUM Client. You can use FTP, file system, or HTTP (here file system is used as an example)

Create a packages folder, mkdir-p/home/lewis/packages

2. Configure the YUM Client: vi/etc/Yum. repos. d/repo_debug.repo

Set baseurl = file: // home/lewis/packages

Enabled = 1

3. Install the createrepo package and create a YUM Repository

Createrepo/home/lewis/packages

Next, you can use yum install to install the required package. YUM automatically installs the relevant dependency package for you.

Related Article

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.