How to Install and Uninstall python3-django-markupfield Package on Kali Linux

Last updated: May 09,2024

1. Install "python3-django-markupfield" package

Please follow the instructions below to install python3-django-markupfield on Kali Linux

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

2. Uninstall "python3-django-markupfield" package

Please follow the steps below to uninstall python3-django-markupfield on Kali Linux:

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

3. Information about the python3-django-markupfield package on Kali Linux

Package: python3-django-markupfield
Source: django-markupfield
Version: 2.0.1-2
Installed-Size: 70
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python3-docutils, python3-markdown
Size: 17288
SHA256: 086c7fff6ae7231966cb3b6ed4eae713e6c6b49b0b35b473110ef37980e05238
SHA1: 5fef88de3fd8880347309a17f782777fa5482fd6
MD5sum: 8ba889ea8de7db9164042e50d7576a13
Description: 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:
Homepage: https://github.com/jamesturk/django-markupfield/
Section: python
Priority: optional
Filename: pool/main/d/django-markupfield/python3-django-markupfield_2.0.1-2_all.deb