< Home - < Back

eclipse-emf


Information about the package, eclipse-emf, which is shipped with common Linux distributions. The eclipse-emf package is designed for, Eclipse Modeling Framework (EMF) Eclipse plugin.


Package Name:

eclipse-emf

Summary:

Eclipse Modeling Framework (EMF) Eclipse plugin

Description:

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.

Architecture:

x86_64

Version:

2.6.0

Release:

1.el6

Size:

4.1 M

Repository:

base

From Repository:

Licence:

EPL



Handy Yum Commands for eclipse-emf


Control the eclipse-emf package with the following handy commands outlined below.


Command

Description of Command

yum install eclipse-emf

This command will install eclipse-emf on the server.

yum remove eclipse-emf

This command will un-install eclipse-emf on the server. When you run this command, you will be asked if you are sure that you want to remove eclipse-emf, so you have to manually confirm that you want to do this.

yum -y remove eclipse-emf

This command will un-install eclipse-emf on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove eclipse-emf when using the -y flag.

yum update eclipse-emf

This command will update eclipse-emf to the latest version. When you run this command, you will be asked if you are sure that you want to remove eclipse-emf, so you have to manually confirm that you want to do this.

yum -y update eclipse-emf

This command will update eclipse-emf to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove eclipse-emf when using the -y flag.

yum info eclipse-emf

This command will show you core information about the eclipse-emf package.

yum deplist eclipse-emf

This command will show you the dependencies for eclipse-emf. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update eclipse-emf

This command will check if there is an update waiting on eclipse-emf. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.