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

Last updated: May 02,2024

1. Install "python3-wand" package

In this section, we are going to explain the necessary steps to install python3-wand on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-wand

2. Uninstall "python3-wand" package

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

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

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

Package: python3-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: python3:any (>= 3.3.2-2~), libmagickwand5 | libmagickwand-6.q16-2
Suggests: wand-doc
Filename: pool/universe/w/wand/python3-wand_0.3.9-1_all.deb
Size: 40278
MD5sum: 4a41aedcce911754fc6ad645656873dd
SHA1: 4dacb9367f2583ee717384af7bf8d083a0f15733
SHA256: 304f3afb8e8b68e2e50cc7f0057ecf3d11067357a1eca5bfcbaae9a9d57c9152
Description-en: Python interface for ImageMagick library (Python 3 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 3.x.
Description-md5: bc8e48ebb1bdb345422e5c2e91944900
Homepage: https://github.com/dahlia/wand
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu