Computer2011. 12. 22. 12:57
[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   (그래픽 모드 시작)

----------------------------------------------------
이보다 더 간단한 팁~!

 
[root@localhost]apt-get install ubuntu-desktop
Posted by beingmania