How to Install and Uninstall eric Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "eric" package

Please follow the instructions below to install eric on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install eric

2. Uninstall "eric" package

Please follow the steps below to uninstall eric on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove eric $ sudo apt autoclean && sudo apt autoremove

3. Information about the eric package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: eric
Priority: optional
Section: universe/python
Installed-Size: 24781
Maintainer: Ubuntu Developers
Original-Maintainer: Gudjon I. Gudjonsson
Architecture: all
Version: 6.0.8-1
Depends: bicyclerepair (>= 0.9-4.1), python-chardet, python3-pygments, python3-pyqt5, python3-pyqt5.qsci, python3-pyqt5.qtsql, python3-pyqt5.qtwebkit
Recommends: eric-api-files
Suggests: pyqt5-dev-tools, python-qt4-doc, pyqt5-doc, python-doc, python-profiler, python3-doc, qt4-doc-html, qt5-doc-html, qttools5-dev, ruby
Filename: pool/universe/e/eric/eric_6.0.8-1_all.deb
Size: 4894332
MD5sum: a861e56e5e00d90bd412ca0dff0b00af
SHA1: 393b4b66948169c93d91f4524b7d6017f6ef3f0a
SHA256: 36038b1e43e68427056ece0621ccb4e25f523168dae5ded5cbbeeadbb77aeba5
Description-en: full featured Python IDE
eric is a full featured Python IDE written in PyQt using the QScintilla
editor widget. Some highlights
* Any number of editors with configurable syntax highlighting, code
folding, auto indenting and brace highlighting.
* Integrated Project Management facility to organize your projects. The
project browser shows all source files, all forms and all translations
each on its own tab. The source browser has built in class browsing
capabilities.
* Integrated and full featured debuggers for Python and Ruby.
* Interactive shells for Python and Ruby.
* An explorer window for walking through your directory structure with
built in class browsing capabilities for Python files.
* Variable windows that display local and global variables in the
current scope while debugging a program.
* An integrated interface to the Python Module "unittest".
* An integrated help viewer to display HTML help files. Alternatively
you can choose to use Qt-Assistant to view help files.
* Display of the UI in different languages.
* The capability to start Qt-Designer and Qt-Linguist from within eric5.
* The ability to compile Qt-Designer forms, to produce Qt-Linguist files
and release them from within the IDE.
Description-md5: d8f7e1fd7028e5ce234755d0bc6db8d8
Homepage: http://eric-ide.python-projects.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu