首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

rpm、yum、编译安装轻松管理centos7程序包(18)

rpm、yum、编译安装轻松管理centos7程序包(18)

groupupdate:升级包组

# yum groupupdate "Development Tools" -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
Maybe run: yum groups mark install (see man yum)
No packages in any requested group available to install or update

        # 次处因为我这里是最新的,所以不能升级

        groupremove:移除包组

# yum groupremove "Development Tools" -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
No environment named Development Tools exists
Resolving Dependencies
--> Running transaction check
---> Package autoconf.noarch 0:2.69-11.el7 will be erased
---> Package automake.noarch 0:1.13.4-3.el7 will be erased
...............
Removed:
  autoconf.noarch 0:2.69-11.el7          automake.noarch 0:1.13.4-3.el7                     
  bison.x86_64 0:2.7-4.el7               byacc.x86_64 0:1.9.20130304-3.el7                  
  cscope.x86_64 0:15.8-7.el7             ctags.x86_64 0:5.8-13.el7                          
  diffstat.x86_64 0:1.57-4.el7           doxygen.x86_64 1:1.8.5-3.el7                       
  flex.x86_64 0:2.5.37-3.el7             gcc.x86_64 0:4.8.5-4.el7                           
  gcc-c++.x86_64 0:4.8.5-4.el7           gcc-gfortran.x86_64 0:4.8.5-4.el7                  
  git.x86_64 0:1.8.3.1-6.el7             indent.x86_64 0:2.2.11-13.el7                     
  intltool.noarch 0:0.50.2-6.el7         libtool.x86_64 0:2.4.2-21.el7_2                    
  patch.x86_64 0:2.7.1-8.el7             patchutils.x86_64 0:0.3.3-4.el7                    
  rcs.x86_64 0:5.9.0-5.el7               redhat-rpm-config.noarch 0:9.1.0-68.el7.centos     
  rpm-build.x86_64 0:4.11.3-17.el7       rpm-sign.x86_64 0:4.11.3-17.el7                    
  subversion.x86_64 0:1.7.14-10.el7      swig.x86_64 0:2.0.10-4.el7                        
  systemtap.x86_64 0:2.8-10.el7         
Dependency Removed:
  gettext-devel.x86_64 0:0.18.2.1-4.el7        libquadmath-devel.x86_64 0:4.8.5-4.el7      
  perl-Git.noarch 0:1.8.3.1-6.el7              systemtap-devel.x86_64 0:2.8-10.el7         
Complete!
返回列表