Install python3-epr-dbg
Installing python3-epr-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python3-epr-dbg
python3-epr-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python3-epr-dbg |
version | 0.9.3-1+b2 |
description | Python ENVISAT Product Reader API (debug extension for Python 3) |
subsection | debug |
website | avalentino.github.com / pyepr |
maintainer | Debian GIS Project |
Uninstall python3-epr-dbg
To remove just python3-epr-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python3-epr-dbg
Uninstall python3-epr-dbg and it’s dependent packages
To remove the python3-epr-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python3-epr-dbg
Purging python3-epr-dbg
If you also want to delete configuration and/or data files of python3-epr-dbg from Debian Sid then this will work:
sudo apt-get purge python3-epr-dbg
To delete configuration and/or data files of python3-epr-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python3-epr-dbg