I installed ubuntu 14.04 on a friends laptop. He wanted the Xubuntu 14.04 desktop on it because the graphics card is not able to fully handle the graphics of 16.04.
Does anyone know what terminal commands I should use to install the desktop for XUbuntu 14.04?
apt-get install
uses packages suitable for the installed Ubuntu version. You'll get the 14.04 version of Xubuntu this way. – Olathe Jul 09 '16 at 19:27sudo apt dist-upgrade
. But that is another story. (BTW, if the answer was helpful, you could mark it as solved. This might help other users finding useful answers.) – Jul 15 '16 at 12:59