How to Install and Uninstall ghc-rpm-nvr.x86_64 Package on Fedora 36

Last updated: October 06,2024

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

This tutorial shows how to install ghc-rpm-nvr.x86_64 on Fedora 36

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

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

This tutorial shows how to uninstall ghc-rpm-nvr.x86_64 on Fedora 36:

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

3. Information about the ghc-rpm-nvr.x86_64 package on Fedora 36

Last metadata expiration check: 4:20:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-rpm-nvr
Version : 0.1.2
Release : 1.fc36
Architecture : x86_64
Size : 33 k
Source : ghc-rpm-nvr-0.1.2-1.fc36.src.rpm
Repository : updates
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).