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

Last updated: May 14,2024

1. Install "python3-django-babel" package

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

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

2. Uninstall "python3-django-babel" package

Please follow the guidelines below to uninstall python3-django-babel on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-babel
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-django-babel
Version: 0.4.0-1
Depends: python3-babel, python3-django, python3:any (>= 3.3.2-2~)
Suggests: python-django-babel-doc
Filename: pool/universe/p/python-django-babel/python3-django-babel_0.4.0-1_all.deb
Size: 10154
MD5sum: 08d48bff7c7239dcae03b33af9d8fab0
SHA1: 3d2b379542402f15e2dabbdacd65a65e6fe50bf3
SHA256: 444bb6cd47f1c8436a8d4951282823b6a41309bace85d9bfcaa16fc5d6add6ac
Description-en: 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: 1020a37b7c3218428ace62421f670fb4
Homepage: http://github.com/graingert/django-babel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu