How to Install and Uninstall ghc-rpm-nvr.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "ghc-rpm-nvr.x86_64" package

Please follow the guidelines below to install ghc-rpm-nvr.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-rpm-nvr.x86_64

2. Uninstall "ghc-rpm-nvr.x86_64" package

Please follow the step by step instructions below to uninstall ghc-rpm-nvr.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-rpm-nvr.x86_64 $ sudo dnf autoremove

3. Information about the ghc-rpm-nvr.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:49:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-rpm-nvr
Version : 0.1.2
Release : 1.el9
Architecture : x86_64
Size : 33 k
Source : ghc-rpm-nvr-0.1.2-1.el9.src.rpm
Repository : epel
Summary : RPM package name-version-release data types
URL : https://hackage.haskell.org/package/rpm-nvr
License : GPLv2+
Description : The library provides types related to RPM package name-version-releases.
: There are modules for reading and showing:
:
: * NV (name-version)
:
: * NVR (name-version-release)
:
: * NVRA (name-version-release.arch)
:
: * VerRel (version-release)
:
: * VerCmp for comparing RPM versions or releases (used to order VerRel).