#[SOLVED] How can I fix the "Permission Denied" error when uninstalling?
7 messages · Page 1 of 1 (latest)
I don't know how you installed it, but you're likely need to run
sudo nextdns uninstall
to uninstall software in Mint (4 ways):
- right click item in start menu: uninstall
- open software manager, go to the "installed apps" tab or section, click "remove" red button
- terminal sudo apt remove packagename
- synaptic: locate package by search, or click Status on left, then "Installed" above it, and locate. then mark for removal and apply
use flatpak remove full.name if flapak
sudo purge <packagename> will remove the package and dependencies.
thank you all I appreciate it immensely