linux yum 工具
Posted 王先生架构
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux yum 工具相关的知识,希望对你有一定的参考价值。
vim /etc/yum.repos.d/CentOS-Base.repo
编辑yum 源网址
yum list |grep vim
查看vim 情况
yum remove
卸载rpm包
# yum update 包名
升级包
yum update ; yum upgrade
升级yum包
# yum grouplist 查看可用套件 #yum groupinstall "" 安装需要安装的套件 #
yum groupremove
卸载套件
|grep -i chines
查看中文支持
#LANG=en #LANG=zh_CN.UTF-8
以上是关于linux yum 工具的主要内容,如果未能解决你的问题,请参考以下文章
Linux篇第三篇——Linux环境下的工具(yum + vim + gcc/g++ +gdb)
linux应用程序基础及安装方式(RPM,YUM和源代码编译)!
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段