Install sane-dbg
Installing sane-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install sane-dbg
sane-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | sane-dbg |
version | 1.0.14-11 |
description | scanner graphical frontends (debug symbols) |
subsection | debug |
website | sane-project.org |
maintainer | Jörg Frings-Fürst |
Uninstall sane-dbg
To remove just sane-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove sane-dbg
Uninstall sane-dbg and it’s dependent packages
To remove the sane-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove sane-dbg
Purging sane-dbg
If you also want to delete configuration and/or data files of sane-dbg from Debian Sid then this will work:
sudo apt-get purge sane-dbg
To delete configuration and/or data files of sane-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove sane-dbg