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.
Asked
Active
Viewed 312 times
1 Answers
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
sudo apt update && sudo apt upgrade
into your post. Thank you for helping us help you! – Elder Geek May 19 '18 at 15:13