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

Last updated: October 06,2024

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

This guide covers the steps necessary to install ghc-rpm-nvr.x86_64 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall ghc-rpm-nvr.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:59:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-rpm-nvr
Version : 0.1.2
Release : 1.fc35
Architecture : x86_64
Size : 33 k
Source : ghc-rpm-nvr-0.1.2-1.fc35.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).