Linux/Ubuntu Debian

ubuntu server 에 데스크탑 설치

smores 2016. 11. 19. 01:17

버추얼박스 가상머신의 윈도우가 shrink 하는 문제 때문에 아직도 4.3.12 버전을 사용중, ubuntu 16.10 을 설치하려니 디스플레이 드라이버에 문제가 있는 것 같다. 해서 서버 버전 먼저 설치 후 각종 데스크탑을 설치하는 식으로 테스트해 보기로 한다.




You can use apt-get or aptitude to do this.


$ sudo apt-get install ubuntu-desktop

installs the Unity desktop


$ sudo aptitude install kubuntu-desktop

would install the KDE desktop


Other desktop meta-packages are xubuntu-desktop, ubuntu-gnome-desktop, lubuntu-desktop, and edubuntu-desktop .



If you wan to install a graphical desktop manager without some of the desktop addons like Evolution and OpenOffice, but continue to use the server flavor kernel use the following command


$ sudo aptitude install --without-recommends ubuntu-desktop

or

$ sudo apt-get install --no-install-recommends ubuntu-desktop