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

Last updated: July 07,2024

1. Install "eclipse-gef" package

This is a short guide on how to install eclipse-gef on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install eclipse-gef

2. Uninstall "eclipse-gef" package

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

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

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

Package: eclipse-gef
Priority: optional
Section: universe/devel
Installed-Size: 1748
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 3.9.100-1
Depends: eclipse-platform (>= 3.8.1-8)
Suggests: eclipse-gef-doc
Filename: pool/universe/e/eclipse-gef/eclipse-gef_3.9.100-1_all.deb
Size: 1427834
MD5sum: 441e6d9bd0c0ac80073f657e8c17ce49
SHA1: 16caa733dd5b02f53e0e0ead24d8d7f3dc93f130
SHA256: 125837f9844f21362e9e8e22867f7674c94d03ca2fee4264d30cd8ce750f9f5b
Description-en: Eclipse Graphical Editing Framework
The Graphical Editing Framework (GEF) provides technology to create rich
graphical editors and views for the Eclipse Workbench UI. It bundles three
components:
.
* Draw2d (org.eclipse.draw2d) - A layout and rendering toolkit for displaying
graphics on an SWT Canvas.
* GEF (MVC) (org.eclipse.gef) - An interactive model-view-controler (MVC)
framework, which fosters the implementation of SWT-based tree and
Draw2d-based graphical editors for the Eclipse Workbench UI.
* Zest (org.eclipse.zest) - A visualization toolkit based on Draw2d, which
enables implementation of graphical views for the Eclipse Workbench UI.
Description-md5: 1da2627787fa6d116a53e332d09094e1
Homepage: http://www.eclipse.org/gef/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu