You are not logged in.

#1 2024-03-18 01:48

dmr104
Member
Registered: 2024-03-17
Posts: 5

tdm login menu > Session type

I have uninstalled Mate and Plasma using apt (because I previously installed using apt).  There is a residual item for each of mate and plasma in the tdm login display manager.  This state must be held on disk somewhere.  The problem is where to find it.  Can anybody tell me where it is?

Offline

#2 2024-03-18 09:39

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

Re: tdm login menu > Session type

Run terminal commands
$ dpkg --get-selections | grep -v deinstall | grep plasma
$ dpkg --get-selections | grep -v deinstall | grep mate
to list installed packages in question.

Offline

#3 2024-03-18 14:28

dmr104
Member
Registered: 2024-03-17
Posts: 5

Re: tdm login menu > Session type

thanks a lot.  this worked a treat.  i removed all packages using apt beginning with plasma*.  I still have the package libkf5plasma5 remaining which is a plasma library and runtime components based upon KF5 and Qt5.  if i do an apt --autoremove remove on this, will it break my system? i.e. should I leave it alone?

Offline

#4 2024-03-18 14:54

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

Re: tdm login menu > Session type

Some installed applications may depend on plasma packages, so if you remove them it will remove dependencies as well. However you can safely run:
$ sudo apt autoremove
it will not break your system in anyway.

Offline

Board footer

Powered by FluxBB