How to Install and Uninstall eclipse-pydev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "eclipse-pydev" package

In this section, we are going to explain the necessary steps to install eclipse-pydev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install eclipse-pydev

2. Uninstall "eclipse-pydev" package

Please follow the instructions below to uninstall eclipse-pydev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove eclipse-pydev $ sudo apt autoclean && sudo apt autoremove

3. Information about the eclipse-pydev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: eclipse-pydev
Priority: optional
Section: universe/devel
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: amd64
Version: 3.9.2-4
Depends: eclipse-pydev-data (>= 3.9.2-4), libc6 (>= 2.3.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Recommends: gdb
Filename: pool/universe/e/eclipse-pydev/eclipse-pydev_3.9.2-4_amd64.deb
Size: 14116
MD5sum: 0e73f205b01dbfa1f7693703d82ad217
SHA1: f2fd46300c57e79a0598ee7cb0a27e4290c4ff3f
SHA256: f892ccb56487011005652cd6f0ca9e85af8ab7d69c289c5c914faeffa2738ac3
Description-en: Python IDE for Eclipse
PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and
IronPython development.
.
It comes with many goodies such as:
.
* Django integration
* Code completion
* Code completion with auto import
* Syntax highlighting
* Code analysis
* Go to definition
* Refactoring
* Mark occurrences
* Debugger
* Remote debugger
* Tokens browser
* Interactive console
* Unittest integration
* Code coverage
Description-md5: 6048328bb9ee0964f3873704de57fb20
Homepage: http://pydev.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu