当前位置:首页 > 虚拟化 > 正文内容

Xenserver7 yum install 安装文件

一二三5年前 (2020-11-30)虚拟化591

直接使用yum install命令安装时提示如下内容:


Loaded plugins: fastestmirror

There are no enabled repos.

 Run "yum repolist all" to see the repos you have.

 You can enable repos with yum-config-manager --enable <repo>



加上参数执行即可,例:

yum install iotop --releasever=7 --enablerepo=base,extras


扫描二维码至手机访问

扫描二维码推送至手机访问。

版权声明:本文由一二三博客发布,如需转载请注明出处。

分享给朋友:
返回列表

上一篇:KVM常用命令

没有最新的文章了...

相关文章

KVM常用命令

# virsh list //查看正在运行  # virsh list --all //查看所有  #&n...