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

Last updated: July 03,2024

1. Install "python-xstatic-jquery-ui" package

Please follow the step by step instructions below to install python-xstatic-jquery-ui on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xstatic-jquery-ui

2. Uninstall "python-xstatic-jquery-ui" package

This is a short guide on how to uninstall python-xstatic-jquery-ui on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-xstatic-jquery-ui $ sudo apt autoclean && sudo apt autoremove

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

Package: python-xstatic-jquery-ui
Priority: optional
Section: universe/python
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.10.1.1+debian+dfsg1-5
Depends: libjs-jquery-ui (>= 1.10.1), python-xstatic, python (>= 2.7), python (<< 2.8), python-xstatic-jquery
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-xstatic-jquery-ui/python-xstatic-jquery-ui_1.10.1.1+debian+dfsg1-5_all.deb
Size: 5232
MD5sum: 8d952e8886312fe3b8906739b5e562e3
SHA1: caa04e558cb8de20a9007d8ef50e829cf7dfbed5
SHA256: 44ae2160f6f81c55fda86e9d158211f0dcf48329e73adcedce1f008a38368b8b
Description-en: JQuery UI XStatic support - Python 2.x
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 provides JQuery UI support as a Python 2.x module.
Description-md5: 308707e5f8720aed4f1ac28dc937fb2c
Homepage: http://jqueryui.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions