Install python-multipartposthandler
Installing python-multipartposthandler package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-multipartposthandler
python-multipartposthandler package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-multipartposthandler |
version | 0.1.0-2 |
description | handler for urllib2 to enable multipart form uploading |
subsection | python |
website | pypi.python.org / pypi / MultipartPostHandler / |
maintainer | Georges Khaznadar |
Uninstall python-multipartposthandler
To remove just python-multipartposthandler package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-multipartposthandler
Uninstall python-multipartposthandler and it’s dependent packages
To remove the python-multipartposthandler package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-multipartposthandler
Purging python-multipartposthandler
If you also want to delete configuration and/or data files of python-multipartposthandler from Debian Sid then this will work:
sudo apt-get purge python-multipartposthandler
To delete configuration and/or data files of python-multipartposthandler and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-multipartposthandler