Python-dbg Installation On A Debian, Ubuntu, Kali And Raspbian
Maintainer: Matthias Klose
Email: [email protected] .
Website: https://www.python.org/
Section: debug
Install python-dbg
-
Debian
apt-get install python-dbgClick to copy -
Ubuntu
apt-get install python-dbgClick to copy -
Kali Linux
apt-get install python-dbgClick to copy -
Raspbian
apt-get install python-dbgClick to copy
python-dbg
debug build of the Python Interpreter2 (version 2.7)Python2 interpreter configured with --pydebug. Dynamically loaded modules are searched in /usr/lib/python2.7/lib-dynload/debug first.
Install the latest version of python-dbg in Debian, Ubuntu, Kali and Raspbian from terminal. To install the python-dbg just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of python-dbg from the respository and install it in your computer/server.




