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

Last updated: May 09,2024

1. Install "python-django-babel-doc" package

This tutorial shows how to install python-django-babel-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-babel-doc" package

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

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

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

Package: python-django-babel-doc
Priority: optional
Section: universe/doc
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-django-babel
Version: 0.4.0-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-django-babel/python-django-babel-doc_0.4.0-1_all.deb
Size: 16564
MD5sum: b3bcfa273342a32cd72104564ed2c4f0
SHA1: db61583b5948b35becf18aab963837ea03130766
SHA256: c5915809f9be38531a68403535281cc6127b9a320af2d9893820619d2384786b
Description-en: Utilities for using Babel in Django - doc
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 documentation.
Description-md5: 5fe9095603ad119f0a1fb2e3c17e53b0
Homepage: http://github.com/graingert/django-babel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu