Infomation

[Ubuntu] 우분투 서버에 x-window 설치

DarkSoul.Story 2013. 1. 17. 15:41
반응형

[xxxxx@localhost] sudo su -     // (관리자:root모드로 변환)
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 // <아래 패키지 설치>
            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


[root@localhost] apt-get install gnome-app-install update-manager restricted-manager
                       // (패키지 관리자 설치)

[root@localhost] /etc/init.d/gdm start   // 그래픽 모드로 접속



반응형