0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOS 7 GNOME最小構成インストール

Last updated at Posted at 2019-04-28
スクリーンショット 2019-02-10 1.44.54.png ## CentOS 6.x まではあったGNOMEの最小構成インストール スクリーンショット 2019-02-05 0.51.21.png

余計なものを入れたくない人は、
最小構成でセットアップ後必要なパッケージを追加すると思う。

CentOS 7.xで GNOMEデスクトップ環境を追加すると

yum groupinstall "Gnome Desktop"
スクリーンショット 2019-02-03 20.28.09.png とても多くのパッケージがインストールされる。 これを何とか最小限のパッケージにできないものかと調べてみた。

####1. X Window System のインストール

yum groupinstall "X Window System"

####2. GNOME環境をインストール

yum install gnome-terminal gnome-desktop3 nautilus gnome-session control-center vlgothic-* liberation-mono-fonts gnome-classic-session
スクリーンショット 2019-02-10 1.44.54.png

とてもスッキリして良い

スクリーンショット 2019-02-10 1.46.56.png

####3. 日本語化

vim /usr/bin/startx
# 下記を追加
LANG=ja_JP.UTF-8
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?