Install libpython3.4-dbg
Installing libpython3.4-dbg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpython3.4-dbg
libpython3.4-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpython3.4-dbg |
version | 3.4.4-3 |
description | Debug Build of the Python Interpreter (version 3.4) |
subsection | debug |
maintainer | Matthias Klose |
Uninstall libpython3.4-dbg
To remove just libpython3.4-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpython3.4-dbg
Uninstall libpython3.4-dbg and it’s dependent packages
To remove the libpython3.4-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpython3.4-dbg
Purging libpython3.4-dbg
If you also want to delete configuration and/or data files of libpython3.4-dbg from Debian Sid then this will work:
sudo apt-get purge libpython3.4-dbg
To delete configuration and/or data files of libpython3.4-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpython3.4-dbg