버추얼박스 가상머신의 윈도우가 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
'Linux > Ubuntu Debian' 카테고리의 다른 글
install google chrome browser in lubuntu 16.10 (0) | 2016.11.26 |
---|---|
debian - enabling testing, unstable repo (0) | 2016.11.24 |
Debian Mate - make true transparent background of the terminal (0) | 2016.11.04 |
lubuntu panel 에 logout 버튼 삽입 (0) | 2016.11.04 |
xfce4 make the desktop font background transparent (0) | 2016.10.21 |