How to Install and Uninstall gedit.src Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "gedit.src" package

This is a short guide on how to install gedit.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gedit.src

2. Uninstall "gedit.src" package

Please follow the instructions below to uninstall gedit.src on Oracle Linux 9:

$ sudo dnf remove gedit.src $ sudo dnf autoremove

3. Information about the gedit.src package on Oracle Linux 9

Last metadata expiration check: 0:27:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gedit
Epoch : 2
Version : 40.0
Release : 6.el9
Architecture : src
Size : 6.7 M
Source : None
Repository : ol9_appstream
Summary : Text editor for the GNOME desktop
URL : https://wiki.gnome.org/Apps/Gedit
License : GPLv2+ and GFDL
Description : gedit is a small, but powerful text editor designed specifically for
: the GNOME desktop. It has most standard text editor functions and fully
: supports international text in Unicode. Advanced features include syntax
: highlighting and automatic indentation of source code, printing and editing
: of multiple documents in one window.
:
: gedit is extensible through a plugin system, which currently includes
: support for spell checking, comparing files, viewing CVS ChangeLogs, and
: adjusting indentation levels. Further plugins can be found in the
: gedit-plugins package.