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

Last updated: May 09,2024

1. Install "python3-django-markupfield" package

Please follow the instructions below to install python3-django-markupfield on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-markupfield

2. Uninstall "python3-django-markupfield" package

This guide let you learn how to uninstall python3-django-markupfield on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-markupfield $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-markupfield
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-markupfield
Version: 1.4.0-1
Depends: python3-django (>= 1.8), python3:any (>= 3.4~)
Suggests: python3-docutils, python3-markdown
Filename: pool/universe/d/django-markupfield/python3-django-markupfield_1.4.0-1_all.deb
Size: 14232
MD5sum: 02ccff6d314cc79aced0e67da293f152
SHA1: 69e18d0fdbea2a6f1f98024641d9ed6abc6ff344
SHA256: fdce0290ec3623194201a078a5c6487d29681a1ddaf25b8d116bf94b5b58bb3a
Description-en: custom Django field for easy use of markup in text fields (Python3 version)
An implementation of a custom MarkupField for Django. A MarkupField is in
essence a TextField with an associated markup type. The field also caches
its rendered value.
.
It supports these markup types by default:
* html: allows HTML, potentially unsafe
* plain: plain text markup, calls urlize and replaces text with linebreaks
And these markups if the appropriate Python module is installed:
* markdown: default markdown renderer (requires python-markdown)
* restructuredtext: default ReST renderer (requires python-docutils)
* textile: default textile renderer (requires python-textile)
.
This package contains the Python 3 version of the library.
Description-md5: acffeb1af70dfb20818066ce22c2dee3
Homepage: http://pypi.python.org/pypi/django-markupfield/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu