How to Install and Uninstall python-wand Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 28,2024

1. Install "python-wand" package

This tutorial shows how to install python-wand on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-wand

2. Uninstall "python-wand" package

Please follow the guidance below to uninstall python-wand on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-wand $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-wand package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-wand
Priority: optional
Section: universe/python
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: Changwoo Ryu
Architecture: all
Source: wand
Version: 0.3.9-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libmagickwand5 | libmagickwand-6.q16-2
Suggests: wand-doc
Filename: pool/universe/w/wand/python-wand_0.3.9-1_all.deb
Size: 40180
MD5sum: 44b1306a1accebbcc0544b97c1963bb6
SHA1: 5d8f7cfdb1fa2aece89fed6c9f7cf83db5fb549b
SHA256: 06a7dbaec5589041f72aad7448232444c05a083f20f96300b10460a02bbbcdb5
Description-en: Python interface for ImageMagick library (Python 2 build)
Wand is a ctypes-based simple ImageMagick binding for Python. It
doesn't cover all functionalities of MagickWand API currently.
.
Wand provides Pythonic and modern interfaces, good documentation,
binding through ctypes (which works on PyPy) and installation using
pip or easy_install.
.
This module is built for Python version 2.x.
Description-md5: 511f57d5398d72a324ce07de92b700cc
Homepage: https://github.com/dahlia/wand
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu