Hello! 欢迎来到小浪云!


Linux yum安装报错:找不到软件包


avatar
小浪云 2024-09-16 44


Linux yum安装软件包 报错Error Unable to find a match xxx

Linux 使用yum命令时出现 No match for argument: screen Error: Unable to find a match 错误

1.大概率是应该是没有配置 yum 源或者源没有更新

yum update -y

2.没有第三方源手动安装

yum install epel-release

2.再次安装软件包成功

yun install xxx

相关阅读