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

Last updated: June 03,2024

1. Install "python-visual" package

Please follow the guidance below to install python-visual on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-visual

2. Uninstall "python-visual" package

In this section, we are going to explain the necessary steps to uninstall python-visual on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-visual
Priority: optional
Section: universe/python
Installed-Size: 5881
Maintainer: Ubuntu Developers
Original-Maintainer: Jonas Smedegaard
Architecture: amd64
Version: 1:5.12-1.6build5
Depends: libatkmm-1.6-1v5 (>= 2.22.1), libboost-python1.58.0, libboost-signals1.58.0, libboost-thread1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libglademm-2.4-1v5 (>= 2.6.0), libglib2.0-0 (>= 2.12.0), libglibmm-2.4-1v5 (>= 2.44.0), libglu1-mesa | libglu1, libgtk2.0-0 (>= 2.8.0), libgtkglextmm-x11-1.2-0v5 (>= 1.2.0), libgtkmm-2.4-1v5 (>= 1:2.24.0), libpangoft2-1.0-0 (>= 1.14.0), libpangomm-1.4-1v5 (>= 2.36.0), libsigc++-2.0-0v5 (>= 2.2.0), libstdc++6 (>= 5.2), python (>= 2.7), python (<< 2.8), python-numpy (>= 1:1.6.1), python-numpy-abi9
Suggests: idle
Filename: pool/universe/p/python-visual/python-visual_5.12-1.6build5_amd64.deb
Size: 2478736
MD5sum: df74c1daa51f31111b3804bbdec9cbbb
SHA1: 8f46d615a1a3a4869520e5ca9258f31a46e4781b
SHA256: da3cf7d442fff31084a73fb88fbf28beee8188976a1fc148aa17f685b63d410b
Description-en: VPython 3D scientific visualization library
Visual is a Python module for 3D scientific visualization. It offers
real-time 3D output and is easily usable by novice programmers.
.
A program can create 3D objects (such as spheres, curves, etc.) and
position them in 3D space. Visual, running in a separate thread,
automatically updates a 3D scene many times per second to reflect the
current position of the objects. The programmer does not need to deal
with display management but can focus on the computational aspects for
the program. The user can navigate in the 3D scene by using the mouse
to zoom and rotate while the program is running. Visual supports full
vector algebra.
Description-md5: 5962dc96d2ae77e3438fbdb0a2439243
Homepage: http://www.vpython.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu