Let's consider that we have downloaded network boot mini.iso (real Ubuntu version does not matter, but LTS is better).
How should I install minimal but functional MATE Desktop Environment from it?
Let's consider that we have downloaded network boot mini.iso (real Ubuntu version does not matter, but LTS is better).
How should I install minimal but functional MATE Desktop Environment from it?
You have two options here:
Install minimal system and then install all needed packages with tasksel
:
sudo tasksel install ubuntu-mate-core
The resulting system will be small (about 4 Gb), but functional.
You can then adjust this basement to suite your needs.
Notes:
ubuntu-mate-desktop^
- see my other answer.tasksel
to remove packages from the system (see this post for details)!
ubuntu-mate-desktop
norubuntu-mate-core
.tasksel install ubuntu-mate-desktop
does nothing.tasksel --list-tasks
shows onlymate-desktop
(and others unrelated). tasksel 3.68ubuntu2 – colemar Nov 14 '22 at 00:46