CentOS7如何建立本地阿里yum源,並安裝htop文件?

版本centos 7.0
1、[root@localhost yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak 將原文件備案
2、建立本地源
[root@localhost yum.repos.d]# cat CentOS-Local.repo

[Fedora-EPEL]
name=Fedora EPEL for EL7
baseurl=https://mirrors.aliyun.com/epel/7/x86_64/ //說明,在此之前我去阿里雲上已經找到了htop所在的目錄。
gpgcheck=0
[root@localhost yum.repos.d]#
3、查找源中是否有htop
[root@localhost yum.repos.d]# yum list all htop
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Available Packages
htop.x86_64 2.2.0-1.el7 Fedora-EPEL
4、安裝
[root@localhost yum.repos.d]# yum install htop.x86_64 安裝
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package htop.x86_64 0:2.2.0-1.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=========================================================================================================================
Package Arch Version Repository Size

Installing:
htop x86_64 2.2.0-1.el7 Fedora-EPEL 103 k

Transaction Summary

Install 1 Package

Total download size: 103 k
Installed size: 218 k
Is this ok [y/d/N]: y
Downloading packages:
htop-2.2.0-1.el7.x86_64.rpm | 103 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : htop-2.2.0-1.el7.x86_64 1/1
Verifying : htop-2.2.0-1.el7.x86_64 1/1

Installed:
htop.x86_64 0:2.2.0-1.el7

Complete!
[root@localhost yum.repos.d]#

此至,完成目標。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章