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

Last updated: May 09,2024

1. Install "python-xstatic-d3" package

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

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

2. Uninstall "python-xstatic-d3" package

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

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

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

Package: python-xstatic-d3
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 3.4.11-3
Depends: libjs-d3 (<< 3.6), libjs-d3 (>= 3.4.11), python-xstatic, python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-xstatic-d3/python-xstatic-d3_3.4.11-3_all.deb
Size: 5422
MD5sum: 33cfeb05d22bf2ba7d09fda987c0bbc0
SHA1: dfc936fb64b37c2ec2081f0288c2015d5d692553
SHA256: a2ccd19981765065e5a0efc4a8c8bcbe0797635effa232071bc531f834eaa1f3
Description-en: D3 JS 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 D3 JS support as a Python 2.x module.
Description-md5: e2c3201fec4dca013e242c9fd1b105e1
Homepage: https://github.com/stackforge/xstatic-d3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions