LXQt:Installasi
Install LXQt Desktop Environment on Ubuntu (lxqt package)
The lxqt package is a metapackage, which means it’s a package that depends on other packages. It will install the LXQt desktop environment core packages, along with other nice-to-have packages that usually give a modern desktop a richer experience – such as media players, an office suite, etc.
To install the LXQt desktop environment run the following command:
sudo apt install lxqt
Install Minimal LXQt Desktop Environment on Ubuntu (lxqt-core package)
The minimal package of the LXQt desktop environment is lxqt-core, and it contains the core packages necessary to use the desktop environment. It’s a lightweight and stripped down version of the full desktop environment, and it doesn’t come with non-essential applications. To install the minimal LXQt desktop environment run the following command:
sudo apt install lxqt-core sddm
We are also installing the sddm package (Simple Desktop Display Manager), which is essentially a graphical login program that allows users to log into a Linux system, and doesn’t come installed with lxqt-core.
Install Lubuntu Flavor on Ubuntu (lubuntu-desktop package)
Lubuntu is an Ubuntu flavor, which means it’s a distro in its own right, based on Ubuntu. It uses LXQt as its default desktop environment. You can find out more details about Lubuntu on the official website.
To install Lubuntu run:
sudo apt install lubuntu-desktop