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

Last updated: May 19,2024

1. Install "python-django-markupfield" package

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

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

2. Uninstall "python-django-markupfield" package

This guide covers the steps necessary to uninstall python-django-markupfield on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-markupfield
Priority: optional
Section: universe/python
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-markupfield
Version: 1.4.0-1
Depends: python-django (>= 1.8), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-docutils, python-markdown, python-textile
Filename: pool/universe/d/django-markupfield/python-django-markupfield_1.4.0-1_all.deb
Size: 16728
MD5sum: 12214affb5bc0ae1596e64a32e9fea67
SHA1: 0573dfe992c88c1ff8343643ab7b7922bf6b9ea0
SHA256: 87f8887fba3ad12f7f5ededcba1f287140ed304dbf170227d312e060100dd902
Description-en: custom Django field for easy use of markup in text fields
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)
Description-md5: 101b679f763708d78f496b7a67aab313
Homepage: http://pypi.python.org/pypi/django-markupfield/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu