You are not logged in.
Pages: 1
I've been using LXDE and KDE Plasma for a while and I didn't really get into TDE. How could I fully and properly remove it?
Offline
$ sudo apt autoremove q4os-desktop-trinity tdebase-trinity libarts1-*
Online
$ sudo apt autoremove q4os-desktop-trinity tdebase-trinity libarts1-*
It didn't remove all packages left by TDE so I ran
sudo apt remove --auto-remove *trinity*
Offline
Didn't your system complain about removing some essential packages ? There are a few Trinity libraries required in Q4OS for some applications to work correctly.
Online
Didn't your system complain about removing some essential packages ? There are a few Trinity libraries required in Q4OS for some applications to work correctly.
I did get that
Offline
You should never remove essential packages, it could break the system.
Online
If you have removed some of them, run the following:
$ sudo apt install q4os-desktop q4os-desktop-plasma
to install Q4OS Plasma desktop, or
$ sudo apt install q4os-desktop q4os-desktop-trinity
for Trinity desktop installation.
Online
If you have removed some of them, run the following:
$ sudo apt install q4os-desktop q4os-desktop-plasma
to install Q4OS Plasma desktop, or
$ sudo apt install q4os-desktop q4os-desktop-trinity
for Trinity desktop installation.
What would be a safer way to remove all packages, packages like Konqueror and Kate for Trinity too
Offline
I can't understand why you would want to remove everything that makes Q4OS what it is, basically you will be left with a Debian base and a few odd packages. Is there a practical reason for wanting to do this?
Offline
Why not do a fresh install with Q4OS KDE which is essentially a Debian install anyway and then add LXDE and youre good to go. Safer and easier way to get closer to what you want.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
What would be a safer way to remove all packages, packages like Konqueror and Kate for Trinity too
The really safe way would be to try to remove packages one by one, and permit removal with non essential dependencies only. The complete list of Trinity packages you could find this way:
$ cat /var/lib/apt/lists/q4os.org_qtderepo_dists_buster_main_binary-amd64_Packages | grep ^Package: | awk '{print $2}' | sort -u
If you are an experienced user and you know what you are doing, you can really remove all in batch including the essential, and get the essentials back thereafter:
$ sudo apt install q4os-desktop q4os-desktop-plasma
However it's not the clean way recommended.
Nonetheless we can recommend the mentioned above by crosscourt. Just install the Q4OS Plasma edition, as it carries the minimal set of required TDE packages. You can even completely remove the Trinity repository after installation, see "/etc/apt/sources.list.d/12_qtde.list" file.
Online
Pages: 1