使用yum命令进行包的查找与安装

举例安装htop命令

可能出现的问题

若出现包的安装错误,多数是由于安装源出现问题,这里建议使用阿里云yum

[root@centos7 ~]# yum install epel* -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
No package epel* available.
Error: Nothing to do

解决办法:(下载阿里云yum)

#创建文件夹
[root@centos7 ~]# mkdir -p /etc/yum.repos.d/bak
#把/yum.repo.d/目录下文件移到yum.repos.d/bak下
[root@centos7 ~]# mv /etc/yum.repos.d/* /etc/yum.repos.d/bak
#下载阿里云yum文件
[root@centos7 ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
#查看一下
[root@centos7 ~]# ls /etc/yum.repos.d/
bak  CentOS-Base.repo
#清理缓存
yum clean all
#加载
yum makecache

安装htop监控

前提条件

需要下载阿里云yum、按照上面(下载阿里云yum)操作即可、做过可忽略

[root@centos7 ~]# yum install wget -y
[root@centos7 ~]# yum install epel*
[root@centos7 ~]# ls /etc/yum.repos.d/
bak  CentOS-Base.repo  epel.repo  epel-testing.repo

[root@centos7 ~]# yum provides htop
[root@centos7 ~]# yum clean all
[root@centos7 ~]# yum makecache 
[root@centos7 ~]# yum install htop
[root@centos7 ~]# htop

在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值