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

Last updated: May 07,2024

1. Install "python-django-rosetta" package

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

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

2. Uninstall "python-django-rosetta" package

Learn how to uninstall python-django-rosetta on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-rosetta
Priority: optional
Section: universe/python
Installed-Size: 333
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.7.2-1.1
Depends: python-django (>= 1.2), python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-polib (>= 1.0.3)
Filename: pool/universe/p/python-django-rosetta/python-django-rosetta_0.7.2-1.1_all.deb
Size: 46968
MD5sum: 971a6275c4f0fa70d1c02e17aafdc06e
SHA1: 219cb838bb88a299828506d79e156e99f96fd04b
SHA256: 07fa68c4beb4377ba9af06810ac263964f5bcfef0f69e7e3c2ab3b0b553ba991
Description-en: Eases the translation process of your Django projects
A Django application that eases the translation process of your Django
projects.
.
Because it doesn't export any models, Rosetta doesn't create any tables
in your project's database. Rosetta can be installed and uninstalled by
simply adding and removing a single entry in your project's INSTALLED_APPS
and a single line in your main urls.py file.
.
Features:
* Database independent
* Reads and writes your project's gettext catalogs (po and mo files)
* Installed and uninstalled in under a minute
* Uses Django's admin interface CSS
* Translation suggestions via Google AJAX Language API
.
Acknowledgments:
* Rosetta uses the excellent polib library to parse and handle Po files.
Description-md5: 35140610dd115206b3c5923f7333ea60
Homepage: http://code.google.com/p/django-rosetta
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu