首页 > 其他 > 详细

Yum -userguide

时间:2017-04-08 18:44:59      阅读:131      评论:0      收藏:0      [点我收藏+]

Introduction

Yum(Yellow dog Updater, Modified) is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm.More information can be refers to the website http://yum.baseurl.org/

 

 

Configuration on the Redhat OS

1.Plugged in the OS Image DVD to the SUT ODD

2.Umount the OS image from the directory /dev/sr0

[root@daimon ~]# umount /dev/sr0

3.Mount the OS image to the directory /dev/sr0 /mnt

[root@daimon ~]# mount /dev/sr0 /mnt/

4.Create a file to save the yum url & import the redhat dependent package
[root@daimon ~]# vim /etc/yum.repos.d/dvd.repo

[testyum]
name=dvd
baseurl=file:///mnt
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gdp/RPM-GPG-KEY-redhat-release

5.Test yum

[root@daimon ~]# yum -y install dovecot

6.check the install result

[root@daimon ~]# rpm -qa dovecot

7.delete the package

[root@daimon ~]# yum -y remove dovecot

Yum -userguide

原文:http://www.cnblogs.com/yongdaiblog-201409/p/6682339.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!