博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【转】centos(原生yum系通用)安装xfce便捷方法
阅读量:6177 次
发布时间:2019-06-21

本文共 1120 字,大约阅读时间需要 3 分钟。

一个鸟人突然来了句他要在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 ""
大功告成

转载于:https://www.cnblogs.com/huapox/p/3509880.html

你可能感兴趣的文章
RabbitMQ学习总结(2)——安装、配置与监控
查看>>
Java基础学习总结(5)——多态
查看>>
shell: demo
查看>>
使用vc+如何添加特殊字符的控件(创世纪篇)
查看>>
Linux下的常用信号
查看>>
3.UIImageView+category
查看>>
2.UIView+category
查看>>
Android ImageLoader使用
查看>>
LDTP
查看>>
StringUtils工具类的常用方法
查看>>
linux下VNC安装与配置
查看>>
URL编码
查看>>
光模块及光纤知识(含分类,常用类型介绍)
查看>>
Apache 单IP多端口设置
查看>>
安装系统前的准备---vmware
查看>>
Tiny并行计算框架之使用介绍
查看>>
Linux od命令
查看>>
一个不错的MySQL集群管理工具
查看>>
mysql-proxy 按表分发查询的lua脚本
查看>>
在wordpress主题下面添加二级菜单
查看>>