In some instructions explain that to install Mate Desktop in Ubuntu 18.04, we must execute:
sudo apt install ubuntu-mate-desktopOthers mention:
sudo apt install mate-desktop-environmentOr:
sudo apt install mate-coreAnd some more...
mate-desktop-environment-extras mate-dock-applet mate-appletsWhat is the difference between these packages and what is the correct way to install them, as the case may be? (comparing the results with Ubuntu Mate 18.04 distro, minimum and complete installation)
Important:
Due to the comments, I consider that I should add the following clarifying information:
Ubuntu Mate is a distro that is supposed to contain all the elements of the Mate desktop, however this is not true.
It includes: ubuntu-mate-desktop, mate-dock-applet, mate-applets, mate-desktop-environment-core
Does not include: mate-core, mate-desktop-environment-extras (This package includes: mate-desktop-environment)
It is because of this madness, that, in my opinion, the method of installing Debian (choosing which desktop we are going to work with) I think should be the standard, to avoid these problems (like the one I describe in my question)
1 Answer
ubuntu-mate-desktopis a comprehensive suite of software packages that will get the MATE environment up and running on your Ubuntu installation.- This includes many applications that are NOT part of MATE per-say but give you an overall useful environment to work in. Things like office productivity, web browser, games, etc.
mate-desktop-environmentis a limited suite of software packages that MATE can integrate with nicely.ubuntu-mate-desktopincludes most, if not all, ofmate-desktop-environment.mate-desktop-environmentdoes not include the non-MATE related/integrated components ofubuntu-mate-desktop.
mate-coreis the bare bones MATE installation.mate-corein included in bothmate-desktop-environmentandubuntu-mate-desktop
mate-desktop-environment-extras,mate-dock-applet, andmate-applets` are a small selection of software to make MATE reasonably user friendly.- They are not necessarily included in
mate-desktop-environmentandubuntu-mate-desktop. - They would be considered optional extras that add visual, integration and usability tweaks in addition to the basic requirements of the
mate-desktop-environmentandubuntu-mate-desktoppackages.
- They are not necessarily included in
You can find out exactly what each package mentioned above would install on your system by running apt install -s followed by the appropriate package name. The -s is a simulation of what would happen. There's not much point in listing each and every component here, partly because the output would depend on what is already present on your system.