To uninstall Discover, try sudo apt remove --purge plasma-discover
I tried, on a 20.04 "test" system. It did not seem to remove anything else. But pay attention to the line:
The following packages will be REMOVED:
If it says it wants to remove something that looks even vaguely "critical", just say no ;·) and ask.
I get:
To install muon, sudo apt install muon should do it.
I tried, on a 20.04 "test" system. It did not seem to remove anything else. But pay attention to the line:
The following packages will be REMOVED:
If it says it wants to remove something that looks even vaguely "critical", just say no ;·) and ask.
I get:
Code:
~$ sudo apt remove --purge plasma-discover ... The following packages will be REMOVED: plasma-discover* plasma-discover-backend-fwupd* ... Do you want to continue? [Y/n] (Reading database ... 336542 files and directories currently installed.) Removing plasma-discover-backend-fwupd (5.18.5-0ubuntu0.1) ... Removing plasma-discover (5.18.5-0ubuntu0.1) ... ... Purging configuration files for plasma-discover (5.18.5-0ubuntu0.1) ...
Comment