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

Last updated: May 17,2024

1. Install "python-xstatic-doc" package

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

$ sudo apt update $ sudo apt install python-xstatic-doc

2. Uninstall "python-xstatic-doc" package

Please follow the guidance below to uninstall python-xstatic-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-xstatic-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-xstatic-doc
Priority: optional
Section: universe/doc
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-xstatic
Version: 1.0.0-4
Depends: libjs-sphinxdoc (>= 1.0)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-xstatic/python-xstatic-doc_1.0.0-4_all.deb
Size: 24702
MD5sum: b76688958292453f44cd1e7466875c3a
SHA1: 8ca354c2b0c44936597d82b58f3538cbc078b5cf
SHA256: e4532d8a88718a40ff7302327b6179fe230f8c36766a18f756ed1abb60c97ad0
Description-en: XStatic base package with minimal support code - doc
XStatic is a packaging standard to package external (often 3rd party) static
files as a Python package, so they are easily usable on all operating systems,
with any package management system or even without one.
.
Many Python projects need to use some specific data files, like javascript,
css, java applets, images, etc. Sometimes these files belong to YOUR project
(then you may want to package them separately, but you could also just put
them into your main package). But in many other cases, those files are
maintained by someone else (like jQuery javascript library or even much bigger
js libraries or applications) and you definitely do not really want to merge
them into your project. So, you want to have static file packages, but you
don’t want to get lots of stuff you do not want. Thus, stuff required by
XStatic file packages (especially the main, toplevel XStatic package) tries to
obey to be a MINIMAL, no-fat thing. XStatic doesn't "sell" any web framework
or other stuff you don't want. Maybe there will be optional XStatic extensions
for all sorts of stuff, but they won't be required if you just want the files.
.
By having static files in packages, it is also easier to build virtual envs,
support linux/bsd/... distribution package maintainers and even windows
installs using the same mechanism.
.
This package contains the documentation.
Description-md5: c1ccc845a050c3fc9ed8f7fd8d2db68f
Homepage: https://bitbucket.org/thomaswaldmann/xstatic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu