zoukankan      html  css  js  c++  java
  • 【转】centos(原生yum系通用)安装xfce便捷方法

    一个鸟人突然来了句他要在centos 5.2上装xfce,yum install xfce和yum install xfce4均没有合适的包(服务器没装x环境)
    于是我ssh登录到服务器上看了下,的确没有
    yum install xfce*感觉又有点过意不去,毕竟服务器也很老了,加上最进他又开了ftp服务
    google之,答案几乎吐血,让在gnome环境下点添加/删除软件,然后点扩展包,点xfce4就OK了

    于是man yum想看看有没有突破口
    发现:
            * groupinstall group1 [group2] [...]
            * groupupdate group1 [group2] [...]
            * grouplist [hidden]
            * groupremove group1 [group2] [...]
            * groupinfo group1 [...]
    尝试性的
    yum grouplist
    列出centos安装时的软件分组,其中Available Groups代表未安装的分组:
    Available Groups:
       Tomboy
       Cluster Storage
       Office/Productivity
       Engineering and Scientific
       Beagle
       GNOME Software Development
       X Software Development
       Virtualization
       Legacy Network Server
       DNS Name Server
       GNOME Desktop Environment
      
       Base
       FTP Server
       Mono
       Games and Entertainment
       Clustering
       Java
       Java Development
       OpenFabrics Enterprise Distribution
       Emacs
       X Window System
       Graphics
       Web Server
       Ruby
       Windows File Server
       Printing Support
       KDE Software Development
       KDE (K Desktop Environment)
       Horde
       Sound and Video
       PostgreSQL Database
       News Server
       Development Tools
       FreeNX and NX
       Graphical Internet
    Done

    发现有xfce分组,于是
    yum groupinstall ""
    大功告成
  • 相关阅读:
    c# winform 调用js
    删除Management Data Warehouse (MDW) job失败
    AjaxUpload跨域上传问题
    Ajax.BeginForm()实现ajax无刷新提交
    MSDTC故障排除
    验证淘宝店铺真实性的几个方案
    微信公众号接收消息和发送消息开发流程和注意事项
    MVC中return File(byte[],"image/jpeg")输入图片不清晰
    JavaScript Patterns 2.9 Coding Conventions
    JavaScript Patterns 2.8 Number Conversions with parseInt()
  • 原文地址:https://www.cnblogs.com/huapox/p/3509880.html
Copyright © 2011-2022 走看看