How to Install and Uninstall cab.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "cab.x86_64" package

This guide covers the steps necessary to install cab.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install cab.x86_64

2. Uninstall "cab.x86_64" package

In this section, we are going to explain the necessary steps to uninstall cab.x86_64 on Fedora 34:

$ sudo dnf remove cab.x86_64 $ sudo dnf autoremove

3. Information about the cab.x86_64 package on Fedora 34

Last metadata expiration check: 1:41:57 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : cab
Version : 0.2.18
Release : 11.fc34
Architecture : x86_64
Size : 1.7 M
Source : cab-0.2.18-11.fc34.src.rpm
Repository : fedora
Summary : Maintenance command for Haskell cabal packages
URL : https://hackage.haskell.org/package/cab
License : BSD
Description : Cab provides a maintenance command for Haskell cabal packages.
: It is partly a wrapper of ghc-pkg and cabal.
: If you get confused by the differences between the two commands,
: need a way to check all outdated packages, or
: to remove outdated packages recursively, this command will help.