0

I recently downloaded xsane and as a third party it is blocking updates to my 16.04lts. How to remove? i've tried various combinations on terminal, all to no effect.

  • 2
    xsane should not be blocking updates. Please [edit] the output of sudo apt update && sudo apt upgrade into your post. Thank you for helping us help you! – Elder Geek May 19 '18 at 15:13
  • You have to tell is which commands or method you used to install the program. It is best to edit the question above and add new information. – user68186 May 19 '18 at 16:25

1 Answers1

1

If you installed it using apt or apt-get you can remove it with sudo apt remove xsane or sudo apt purge xsane. The latter removes configuration files as well.

muclux
  • 5,154