How to Install and Uninstall eclipse-emf-runtime.noarch Package on CentOS Stream 8

Last updated: October 08,2024

1. Install "eclipse-emf-runtime.noarch" package

This tutorial shows how to install eclipse-emf-runtime.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install eclipse-emf-runtime.noarch

2. Uninstall "eclipse-emf-runtime.noarch" package

Here is a brief guide to show you how to uninstall eclipse-emf-runtime.noarch on CentOS Stream 8:

$ sudo dnf remove eclipse-emf-runtime.noarch $ sudo dnf autoremove

3. Information about the eclipse-emf-runtime.noarch package on CentOS Stream 8

Last metadata expiration check: 5:34:03 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : eclipse-emf-runtime
Epoch : 1
Version : 2.22.0
Release : 1.module+el8.4.0+8452+eb97fbfb
Architecture : noarch
Size : 3.4 M
Source : eclipse-emf-2.22.0-1.module+el8.4.0+8452+eb97fbfb.src.rpm
Repository : appstream
Summary : Eclipse Modeling Framework (EMF) Eclipse plug-in
URL : https://www.eclipse.org/modeling/emf/
License : EPL-2.0
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 run-time 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.