摘要: 软件包管理 1 rpm软件包 # 安装 : rpm -ivh "包路径"/"完整包名称" ​ # 升级 : rpm -Uvh "包路径"/"完整包名称" ​ # 卸载 : rpm -e "包名称" ​ # 例1 ​ mysql-connector-odbc-5.2.5-8.el7.x86_64.rp 阅读全文
posted @ 2021-06-19 11:27 Jerry` 阅读(98) 评论(0) 推荐(0)
摘要: centos7运行yum失败报以下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositor 阅读全文
posted @ 2021-06-19 11:09 Jerry` 阅读(1744) 评论(0) 推荐(0)