久闻KDE桌面的大名,据说很是漂亮。今天装一个试试~
首先,我们要到http://kde-redhat.sourceforge.net/网站上下载kde.repo文件。
然后把kde.repo复制到到/etc/yum.repos.d/目录下。
接下来我们用以下命令来安装KDE桌面环境。
[Athena@localhost ~]$ su
Password:
[root@localhost Athena]#yum groupinstall kde-desktop
[root@localhost Athena]#yum –enablerepo=kde-testing groupupdate
[root@localhost Athena]#kde-desktop
[root@localhost Athena]#yum update
Password:
[root@localhost Athena]#yum groupinstall kde-desktop
[root@localhost Athena]#yum –enablerepo=kde-testing groupupdate
[root@localhost Athena]#kde-desktop
[root@localhost Athena]#yum update
相关的KDE管理命令如下:
安装KDE桌面环境
yum groupinstall "KDE (K Desktop Environment)"
卸载GNOME桌面环境
yum groupremove "GNOME Desktop Environment"
卸载KDE桌面环境:
yum groupremove "KDE (K Desktop Environment)"
安装GNOME桌面环境:
yum groupinstall "GNOME Desktop Environment"
安装中文环境:
yum install kde-l10n-Chinesevim
至此,我们已经可以正常的在Fedora OS中使用KDE桌面了~效果图如下: