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

Last updated: November 23,2024

1. Install "python-django-babel" package

This is a short guide on how to install python-django-babel on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-babel" package

In this section, we are going to explain the necessary steps to uninstall python-django-babel on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-babel
Priority: optional
Section: universe/python
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.4.0-1
Depends: python-babel, python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-babel-doc
Filename: pool/universe/p/python-django-babel/python-django-babel_0.4.0-1_all.deb
Size: 10072
MD5sum: 73b43ade5882316b29c30aec1303687a
SHA1: 9d62a58f0bef1f5de0968eb0394ba97e8089bf48
SHA256: ac428121e8b939d8f57632fdd92b615b0e986103a9f7d77ba8e18ff9506d72a0
Description-en: Utilities for using Babel in Django - Python 2.7
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 2.7 module.
Description-md5: 33131bca29bcace733bcd106ff89b915
Homepage: http://github.com/graingert/django-babel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu