To uninstall python-astroid just follow these instructions.
sudo apt-get remove python-astroid
This will remove just the python-astroid package itself.
sudo apt-get remove --auto-remove python-astroid
This will remove the python-astroid package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for python-astroid then this will work.
sudo apt-get purge python-astroid
Or similarly, like this python-astroid
sudo apt-get purge --auto-remove python-astroid
Package | python-astroid |
Version | 1.2.1-3 |
Maintainer | Sandro Tosi <[email protected]> |
Home page | http://www.astroid.org/ |
Description | rebuild a new abstract syntax tree from Python's AST |
Distro | debian |
Release | jessie |
Repo | main |
Section | python |