How to Install eclipse-emf-sdk in Ubuntu 18.04



Install eclipse-emf-sdk by entering the following commands in the terminal:

sudo apt update
sudo apt install eclipse-emf-sdk

Description:

Eclipse Modeling Framework (EMF) - (Source/Documentation)

The Eclipse Modeling Framework (EMF) allows developers to build tools and other applications based on a structured data model. From a model specification described in XMI, EMF provides tools and runtime support to produce a set of Java classes for the model, along with a set of adapter classes that enable viewing and command-based editing of the model, and a basic editor. . Documentation and source for the Eclipse Modeling Framework (EMF).

Homepage: http://www.eclipse.org/emf

Version: 2.8.3-2

Section: universe/java