How to Install and Uninstall python3-django-markupfield Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "python3-django-markupfield" package

This guide let you learn how to install python3-django-markupfield on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the python3-django-markupfield package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-markupfield
Architecture: all
Version: 2.0.0-1
Priority: optional
Section: universe/python
Source: django-markupfield
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 74
Depends: python3-django (>= 2.2), python3:any
Suggests: python3-docutils, python3-markdown
Filename: pool/universe/d/django-markupfield/python3-django-markupfield_2.0.0-1_all.deb
Size: 17700
MD5sum: 3dc35b31acd828b5a77c6e6998f0c37b
SHA1: dd85a75a8219874513d1847801811c53d6bb18d8
SHA256: 8c57941a6bed185a92844b497ef1b37652921f0aef6d91adeedd1d895f25d074
SHA512: d3eab97d6ec3b273a5a8f4c88c79d65d171b3855ee6738280f132e62255820e7205a288a99427939672c5cac9f7e4e46e5dc6bb608300977e83e4f854d1d4fc4
Homepage: https://pypi.python.org/pypi/django-markupfield/
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