You are not logged in.

#1 2020-02-12 12:44

Tomsonas
Member
From: localhost
Registered: 2019-12-13
Posts: 44
Website

Fully remove TDE

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

#2 2020-02-12 13:30

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,239
Website

Re: Fully remove TDE

$ sudo apt autoremove q4os-desktop-trinity tdebase-trinity libarts1-*

Offline

#3 2020-02-12 14:08

Tomsonas
Member
From: localhost
Registered: 2019-12-13
Posts: 44
Website

Re: Fully remove TDE

q4osteam wrote:

$ 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

#4 2020-02-12 22:18

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,239
Website

Re: Fully remove TDE

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.

Offline

#5 2020-02-14 15:30

Tomsonas
Member
From: localhost
Registered: 2019-12-13
Posts: 44
Website

Re: Fully remove TDE

q4osteam wrote:

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

#6 2020-02-14 15:32

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,239
Website

Re: Fully remove TDE

You should never remove essential packages, it could break the system.

Offline

#7 2020-02-14 15:37

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,239
Website

Re: Fully remove TDE

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.

Offline

#8 2020-02-15 13:21

Tomsonas
Member
From: localhost
Registered: 2019-12-13
Posts: 44
Website

Re: Fully remove TDE

q4osteam wrote:

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

#9 2020-02-15 15:38

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Fully remove TDE

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

#10 2020-02-15 16:50

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Fully remove TDE

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.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#11 2020-02-15 18:05

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,239
Website

Re: Fully remove TDE

Tomsonas wrote:

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.

Offline

Board footer

Powered by FluxBB