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

Last updated: June 01,2024

1. Install "python-stringtemplate3" package

Here is a brief guide to show you how to install python-stringtemplate3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-stringtemplate3

2. Uninstall "python-stringtemplate3" package

Please follow the instructions below to uninstall python-stringtemplate3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-stringtemplate3 $ sudo apt autoclean && sudo apt autoremove

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

Package: python-stringtemplate3
Priority: optional
Section: universe/python
Installed-Size: 441
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 3.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-stringtemplate3/python-stringtemplate3_3.1-1_all.deb
Size: 53532
MD5sum: 38c2b0bacbefd9f195fb0b0a95bf1361
SHA1: fa6372b8220fb12c45f5df535b16a0ab8c86a812
SHA256: 3ce0593d1f26d76727b7026b2e67f7e25e8e0ce78e2bdb8787b99ffef80c8242
Description-en: template engine with strict model-view separation - Python 2.7
StringTemplate is a template engine for generating source code, web pages,
emails, or any other formatted text output. StringTemplate is particularly
good at multi-targeted code generators, multiple site skins, and
internationalization/localization. It evolved over years of effort developing
jGuru.com. StringTemplate also powers the ANTLR v3 code generator. Its
distinguishing characteristic is that it strictly enforces model-view
separation unlike other engines.
.
This package contains the Python 2.7 module.
Description-md5: 57502f9239f21524cf3cc9283dceb666
Homepage: http://www.stringtemplate.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu