Ubuntu Linux 7.04 Server Edition 에서는 X-Window가 기본적으로 설
치되지 않았다. Ubuntu Linux Desktop Edition으로 새로 설치 하려다, X-Window를 설치해 보기로
결심하였다. 방법은 아주 간단하다. 다만, 인터넷으로 다운로드 받아 설치를 하기 때문에 시간이 조
금 오래 걸릴 뿐이다. Text 환경에서 다음과 같이 설치를 진행 하면 된다.
[soriel01@localhost] sudo su - (관리자모드로 변환)
password : (root 권한 password 입력)
[root@localhost] apt-get update (새로운 업데이트 확인)
[root@localhost] apt-get dist-upgrade (업데이트)
[root@localhost] apt-get install xorg gdm (Graphic Mode 설치)
[root@localhost] apt-get install gnome-session gnome-menus gnome-panel metacity nautilus
(Gnome 설치)
[root@localhost] apt-get install [다음 Package 설치]
gnome-applets
gnome-control-center
gnome-volume-manager
libsmbclient
gnome-screensaver
menu
network-manager-gnome
gnome-utils
gnome-system-tools
gnome-netstatus-applet
gnome-nettool
libgnomevfs2-extra
-------<다음은 유용한 Package>
gnome-terminal
gedit
firefox
-------<다음은 데스크탑 테마 Package>
ubuntu-artwork
ubuntu-sounds
human-theme
usplash-theme-ubuntu
[root@localhost] apt-get install gnome-app-install update-manager restricted-manager
(패키지 관리자 설치)
[root@localhost] /etc/init.d/gdm start (그래픽 모드로 고고씽)