How to Install and Uninstall ghc-magic.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-magic.x86_64" package

Please follow the instructions below to install ghc-magic.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-magic.x86_64

2. Uninstall "ghc-magic.x86_64" package

Please follow the step by step instructions below to uninstall ghc-magic.x86_64 on Fedora 34:

$ sudo dnf remove ghc-magic.x86_64 $ sudo dnf autoremove

3. Information about the ghc-magic.x86_64 package on Fedora 34

Last metadata expiration check: 5:06:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-magic
Version : 1.1
Release : 16.fc34
Architecture : x86_64
Size : 24 k
Source : ghc-magic-1.1-16.fc34.src.rpm
Repository : fedora
Summary : Interface to C file/magic library
URL : https://hackage.haskell.org/package/magic
License : BSD
Description : This package provides a Haskell interface to the C libmagic library.
: With it, you can determine the type of a file by examining its contents rather
: than its name. The Haskell interface provides a full-featured binding.