*[[Raspberry Pi 3へのCentOS7のインストール Xwindow編>CentOS7 インストール Xwindow編]] [#n1ee07fb] **はじめに [#k63d2b82] > >Raspberry Pi 3のCentOSにGNOMEを追加します。 < **関連パッケージのインストール [#nf0c36f5] # yum -y groupinstall x11 legacy-x # yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" # yum -y install xterm # yum -y groupinstall gnome # yum -y install xorg-x11-server* > >問題発生:firewall-configがインストール不可。(使用しないんで、skip) >問題発生:startxでエラー >原因?: At the moment, we just built "Minimal" images, as that was the first goal and lot of people wanted to run those in "appliance" mode. While we have built almost the whole distro, some packages failed to build , and the "desktop" role was not tested for armhfp/armv7hl If you're interested in having a look at this, and contribute, feel free to browse the build logs (http://armv7.dev.centos.org/report.html) and join the centos arm-dev list (https://lists.centos.org/mailman/listinfo/arm-dev) < **リンク [#ff368abb] お疲れ様でした。