Cent OS 5.6にXfceをインストールする
- 2013 8/1
- カテゴリー : Linux
- CentOS . xfce
- 投稿者 : flied_onion
- コメントを書く
コンフリクトエラーの解決方法がわかったのでメモ。
x64だとすんなり入るみたい?
1 2 3 4 5 6 7 |
# wget http://ftp.riken.jp/Linux/fedora/epel/5/i386/epel-release-5-4.noarch.rpm ;; 64BITの場合は適宜変更する。 i386をx86_64にすればいいはず。 # rpm -ivh epel-release-5-4.noarch.rpm # vi /etc/yum.repos.d/epel.repo ;; [epel]にenabled=1があることを確認する |
1 2 3 4 5 6 7 |
;; x86 32bit では対処しないと以下のErrorが発生する。 Transaction Check Error: file /usr/share/applications/xfce-settings-manager.desktop conflicts between attempted install s of xfce4-settings-4.6.5-3.el5.i386 and xfce-mcs-manager-4.4.2-1.el5.centos.i386 ;; x86 32bit のみ対処。 # wget http://mirror.facebook.net/fedora/epel/5/i386/xfce4-settings-4.6.5-3.el5.i386.rpm # yum install xfce4-settings-4.6.5-3.el5.i386.rpm -y # rpm -ivh --force --nodeps http://mirror.centos.org/centos/5/extras/i386/RPMS/xfce-mcs-manager-4.4.2-1.el5.centos.i386.rpm |
1 2 |
;; install xfce yum groupinstall "XFCE-4.4" -y |
ログイン画面でセッションの選択からxfceで変更可能。
ログイン後、icon がおかしいので 設定 > 外観 で適当なアイコンに変更する。
コメントはまだありません。