How to Install and Uninstall python3-spyderlib Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-spyderlib" package

Please follow the steps below to install python3-spyderlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-spyderlib

2. Uninstall "python3-spyderlib" package

This guide covers the steps necessary to uninstall python3-spyderlib on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-spyderlib $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-spyderlib package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-spyderlib
Priority: extra
Section: universe/python
Installed-Size: 2537
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: spyder
Version: 2.3.8+dfsg1-1build1
Depends: python3-sphinx, python3:any (>= 3.3.2-2~), libjs-jquery, libjs-mathjax, python3-pyqt4, spyder-common
Recommends: ipython3-qtconsole, python3-pep8, pyflakes (>= 0.5.0), pylint, python3-bs4, python3-jedi, python3-matplotlib, python3-numpy, python3-pandas, python3-psutil, python3-scipy, python-spyderlib-doc (= 2.3.8+dfsg1-1build1)
Suggests: tortoisehg, gitk
Breaks: spyder3 (<< 2.3.0+dfsg-2)
Filename: pool/universe/s/spyder/python3-spyderlib_2.3.8+dfsg1-1build1_all.deb
Size: 458222
MD5sum: 23c352977603c2fed5b8cf231105dd43
SHA1: 7ae7f1e1a8fcbd1fa7741f5952fa3dfb9f6d7bea
SHA256: 7520841e4255a3ac04d4a6dd9cd6074e8f34d3cb74d2a04adee80c168968f574
Description-en: Python IDE for scientists (Python 3 modules)
Originally written to design Spyder (the Scientific PYthon
Development EnviRonment), the spyderlib Python library provides
ready-to-use pure-Python widgets: source code editor with syntax
highlighting and code introspection/analysis features, NumPy array
editor, dictionary editor, Python console, etc. It's based on the Qt
Python binding module PyQt4 (and is compatible with PySide since
v2.2).
.
This is the Python 3 version of the package.
Description-md5: 69b78027b7a3323eaf0d6a7eeb6e3765
Homepage: https://github.com/spyder-ide/spyder
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu