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

Last updated: May 18,2024

1. Install "python3-django-babel" package

Please follow the guidance below to install python3-django-babel on Kali Linux

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

2. Uninstall "python3-django-babel" package

Here is a brief guide to show you how to uninstall python3-django-babel on Kali Linux:

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

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

Package: python3-django-babel
Source: python-django-babel
Version: 0.6.2-5
Installed-Size: 58
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-babel, python3-django, python3:any
Suggests: python-django-babel-doc
Size: 12752
SHA256: 7c672d364171bfeea09ea2e46d4d8b252ab727434cb41225ef1a6473c01cc309
SHA1: 5aebed1aa7e883791342cc2c426529a4e49a8ec2
MD5sum: 5f6f565b43c53fd87487b3f9302f637c
Description: Utilities for using Babel in Django - Python 3.x
This package contains various utilities for integration of Babel into the
Django web framework:
* A message extraction plugin for Django templates.
* A middleware class that adds the Babel Locale object to requests.
* A set of template tags for date and number formatting.
.
Babel provides a message extraction framework similar to GNU xgettext, but
more extensible and geared towards Python applications. While Django does
provide wrapper scripts for making the use of xgettext more convenient, the
extraction functionality is rather limited. For example, you can't use
template files with an extension other than .html, and everything needs to be
in your project package directory.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/graingert/django-babel/
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-django-babel/python3-django-babel_0.6.2-5_all.deb