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

Last updated: May 22,2024

1. Install "python-mistune" package

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

$ sudo apt update $ sudo apt install python-mistune

2. Uninstall "python-mistune" package

In this section, we are going to explain the necessary steps to uninstall python-mistune on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mistune
Priority: optional
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Julien Puydt
Architecture: all
Source: mistune
Version: 0.7.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/m/mistune/python-mistune_0.7.1-1_all.deb
Size: 12986
MD5sum: 75dcb905f29f897c7cf14067cfd139fc
SHA1: 98589df1962d1c5532f35ba6e2e48742c2eff776
SHA256: 53c89a2908cdbda8222cb8ed4b29691483133a9fd44f49bae2afab9ad5e11aa2
Description-en: Markdown parser for Python 2
The fastest markdown parser in pure Python, inspired by marked.
.
This package installs the library for Python 2.
Description-md5: 2fed737b30088bdc655012576db070b8
Homepage: https://github.com/lepture/mistune
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu