How to Install and Uninstall gegl.src Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "gegl.src" package

Here is a brief guide to show you how to install gegl.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gegl.src

2. Uninstall "gegl.src" package

This is a short guide on how to uninstall gegl.src on Oracle Linux 8:

$ sudo dnf remove gegl.src $ sudo dnf autoremove

3. Information about the gegl.src package on Oracle Linux 8

Last metadata expiration check: 6:40:16 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gegl
Version : 0.2.0
Release : 39.el8
Architecture : src
Size : 7.2 M
Source : None
Repository : ol8_appstream
Summary : A graph based image processing framework
URL : http://www.gegl.org/
License : LGPLv3+ and GPLv3+
Description : GEGL (Generic Graphics Library) is a graph based image processing framework.
: GEGLs original design was made to scratch GIMPs itches for a new
: compositing and processing core. This core is being designed to have
: minimal dependencies. and a simple well defined API.