I have just installed Ubuntu 16.04 LTS from network boot mini.iso. I want to install fully-functional MATE DE to it.
How should I install it correctly to look like Ubuntu MATE?
I have just installed Ubuntu 16.04 LTS from network boot mini.iso. I want to install fully-functional MATE DE to it.
How should I install it correctly to look like Ubuntu MATE?
You have to install special task package with one of two methods:
with tasksel
:
sudo apt-get install tasksel
sudo tasksel install ubuntu-mate-desktop
with APT:
sudo apt-get install ubuntu-mate-desktop^
And then use the full power power and enjoy the beauty of MATE DE.
Notes:
ubuntu-mate-core^
- see my other answer.tasksel
to remove packages from the system (see this post for details)!
tasksel
if you can do it withapt
alone? – Desty May 18 '20 at 18:20