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

Last updated: May 15,2024

1. Install "python3-markups" package

Please follow the guidance below to install python3-markups on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-markups

2. Uninstall "python3-markups" package

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

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

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

Package: python3-markups
Priority: optional
Section: universe/python
Installed-Size: 41
Maintainer: Ubuntu Developers
Original-Maintainer: Dmitry Shachnev
Architecture: all
Source: pymarkups
Version: 1.0.1-1
Depends: python3:any (>= 3.3.2-2~)
Recommends: python3-docutils, python3-markdown (>= 2.6~), python3-pygments, python3-textile
Suggests: libjs-mathjax
Filename: pool/universe/p/pymarkups/python3-markups_1.0.1-1_all.deb
Size: 9498
MD5sum: a227f1fd345ff6f118dec3310f417923
SHA1: 5bd39203ece2d404a63458250af3b6700c062522
SHA256: 44c8665075159820d66d0ef50c14761a66a1c54194d9dbf662f1c7f424aa3ff6
Description-en: Wrapper around various text markups, implemented in Python 3
This module provides a wrapper around various text markup languages.
.
Available by default are Markdown, reStructuredText and Textile, but you
can easily add your own markups.
.
It is also possible to implement custom markups (inherited from AbstractMarkup
class).
Description-md5: d2b05685ee3ea2c13104830b8786aecb
Homepage: https://github.com/retext-project/pymarkups
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu