How to Install and Uninstall ghc-uuid-types.x86_64 Package on CentOS Stream 8

Last updated: July 07,2024

1. Install "ghc-uuid-types.x86_64" package

This is a short guide on how to install ghc-uuid-types.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ghc-uuid-types.x86_64

2. Uninstall "ghc-uuid-types.x86_64" package

This tutorial shows how to uninstall ghc-uuid-types.x86_64 on CentOS Stream 8:

$ sudo dnf remove ghc-uuid-types.x86_64 $ sudo dnf autoremove

3. Information about the ghc-uuid-types.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:07:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-uuid-types
Version : 1.0.3
Release : 8.el8
Architecture : x86_64
Size : 44 k
Source : ghc-uuid-types-1.0.3-8.el8.src.rpm
Repository : epel
Summary : Type definitions for Universally Unique Identifiers
URL : https://hackage.haskell.org/package/uuid-types
License : BSD
Description : This library contains type definitions for Universally Unique Identifiers and
: basic conversion functions. See https://en.wikipedia.org/wiki/UUID for the
: general idea.