#[SOLVED] How can I fix the "Permission Denied" error when uninstalling?

7 messages · Page 1 of 1 (latest)

shell nebula
#

i used "$ nextdns uninstall" and got this error and have no idea how to fix it. im new to linux

boreal merlin
#

I don't know how you installed it, but you're likely need to run

sudo nextdns uninstall

wicked moon
#

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
glossy flicker
#

sudo purge <packagename> will remove the package and dependencies.

shell nebula
#

thank you all I appreciate it immensely