How to Install and Uninstall cabal-rpm.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "cabal-rpm.x86_64" package

Please follow the instructions below to install cabal-rpm.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install cabal-rpm.x86_64

2. Uninstall "cabal-rpm.x86_64" package

Please follow the guidance below to uninstall cabal-rpm.x86_64 on CentOS Stream 8:

$ sudo dnf remove cabal-rpm.x86_64 $ sudo dnf autoremove

3. Information about the cabal-rpm.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:12:57 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cabal-rpm
Version : 0.13.3
Release : 1.el8
Architecture : x86_64
Size : 128 k
Source : cabal-rpm-0.13.3-1.el8.src.rpm
Repository : epel
Summary : RPM packaging tool for Haskell Cabal-based packages
URL : https://hackage.haskell.org/package/cabal-rpm
License : GPLv3+
Description : This package provides a RPM packaging tool for Haskell Cabal-based packages.
:
: cabal-rpm has commands to generate a RPM spec file and srpm for a package.
: It can rpmbuild packages, yum/dnf install their dependencies, prep packages,
: and install them. There are commands to list package dependencies and missing
: dependencies. The diff command compares the current spec file with a freshly
: generated one, the update command updates the spec file to latest version from
: Stackage or Hackage, and the refresh command updates the spec file to the
: current cabal-rpm packaging. It also handles Hackage revisions of packages.
: Standalone packages can also be packaged built with cabal-install.