- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
Yum: 即Yellowdog Update Modifier,是一种基于rpm的包管理工具
yum命令使用示例
显示所有仓库
yum repolist all
其中,可用的仓库为绿色(enabled),不可用仓库为红色(disabled)
显示所有的程序包
yum list all
#安装 tree 程序 yum install tree
yum update tree
yum remove tree
yum info tree
查看某一文件来自于那个程序包
yum provides /bin/mv coreutils-8.4-37.el6.x86_64 : A set of basic GNU tools commonly used in shell : scripts Repo : installed Matched from: Other : Provides-match: /bin/mv #表示/bin/mv文件来自于coreutils-8.22-18.el7.x86_64程序包
yum clean all
yum makecache
yum search php ============================================== N/S matched: php =============================================== graphviz-php.x86_64 : PHP extension for graphviz php.x86_64 : PHP scripting language for creating dynamic web sites php-bcmath.x86_64 : A module for PHP applications for using the bcmath library ...
yum deplist php
yum history
yum groupinstall # 安装包组
yum groupinstall # 安装包组 yum groupupdate #更新包组 yum grouplist #显示包组 yum groupremove #移除包组 yum groupinfo #查看包组信息 这些命令和上面的命令用法类似,只是针对于包组而言
售前咨询
售后咨询
备案咨询
二维码
TOP