How to Install and Uninstall gettext-lint Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "gettext-lint" package

This tutorial shows how to install gettext-lint on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gettext-lint

2. Uninstall "gettext-lint" package

Please follow the guidance below to uninstall gettext-lint on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gettext-lint $ sudo apt autoclean && sudo apt autoremove

3. Information about the gettext-lint package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gettext-lint
Priority: extra
Section: universe/devel
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Javier Fernandez-Sanguino Pen~a
Architecture: all
Version: 0.4-2.1
Depends: python
Filename: pool/universe/g/gettext-lint/gettext-lint_0.4-2.1_all.deb
Size: 21912
MD5sum: f8a7f6dd356ef36d7fdbb83ac3437c34
SHA1: 3f4b4c21957772a0e78a5be9c715ff364518bc30
SHA256: c4816d3a264c9b82eeefec892ad098d3740ea8a255e1d6c1edf07776ce9f3313
Description-en: Collection of tools for checking PO and POT files
Gettext-lint provides an assorted collection of tools that make it
easy to check the consistency, validity and spelling of gettext files
(both PO and POT).
.
This package includes:
* POFileStatus - PO file validator and status reporting
* POFileChecker - searches for common mistakes in PO files
* POFileConsistency - PO file consistency checks
* POFileEquiv - PO file glossary generator
* POFileGlossary - search for translation errors against a glossary
* POFileFill - automatically translate a PO file based on other files
* POFileSpell - PO file spell checker
* POFileClean - eliminates untranslated strings
Description-md5: c93182f4febfd9da8f244addddefc5e0
Homepage: http://gettext-lint.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu