Jump to content

Recommended Posts

Posted

I’m trying to set up a lightweight desktop environment on Armbian Trixie. When I use tasksel, it installs a lot of extra packages, including GNOME. How can I install LXQt manually?

Posted

In addition to what Werner said, I would like to point to the option of not installing recommended packages.  "sudo apt install --no-install-recommends lxqt".  Personally, i like to use aptitude for package management for more control and transparency.

Posted

It seems to me that Gnome is installed by tasksel because you didnt deselect it. I mean that gnome is selected by default.

Posted (edited)

From a minimal image type this (If you are going to use it in English, skip the "l10n" commands or translations)

sudo apt update
sudo apt install task-lxqt-desktop papirus-icon-theme gvfs locales polkitd xdg-desktop-portal-lxqt
sudo reboot
sudo apt install gvfs-backends lxqt-l10n-es liblxqt-l10n qterminal-l10n pcmanfm-qt-l10n featherpad-l10n lxqt-panel-l10n lxqt-session-l10n lxqt-powermanagement-l10n lxqt-config-l10n lxqt-about-l10n lxqt-admin-l10n lxqt-archiver-l10n
sudo apt install gvfs-backends liblxqt-l10n qterminal-l10n pcmanfm-qt-l10n featherpad-l10n lxqt-panel-l10n lxqt-session-l10n lxqt-powermanagement-l10n lxqt-config-l10n lxqt-about-l10n lxqt-admin-l10n lxqt-archiver-l10n
sudo apt install lxqt-globalkeys-l10n lxqt-policykit-l10n lxqt-runner-l10n lxqt-sudo-l10n lximage-qt-l10n libfm-qt-l10n lxqt-openssh-askpass-l10n
ls xdg-user-dirs
sudo apt install pavucontrol-qt-l10n
sudo apt install dmz-cursor-theme
sudo apt install openbox
sudo apt purge --remove xfwm4
sudo apt autoremove
sudo apt install obconf-qt obconf-qt-l10n
sudo apt search xterm
sudo apt purge --remove xterm
sudo apt install qpdfview qpdfview-translations
sudo apt install screengrab

 

Edited by Giordano Sologuren
Posted

The way the Debian .iso installer does it:

sudo apt-get -o APT::Install-Recommends="true" install task-lxqt-desktop

That will install a fully functional desktop with a minimal set of applications. If you set Install-Recommends to false, or any other way of installing it (i.e. lxqt), in my experience, the result may not be quite functional.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines