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

Last updated: May 20,2024

1. Install "ghc-magic.x86_64" package

Please follow the guidance below to install ghc-magic.x86_64 on Fedora 35

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

2. Uninstall "ghc-magic.x86_64" package

This guide let you learn how to uninstall ghc-magic.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:33:50 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-magic
Version : 1.1
Release : 18.fc35
Architecture : x86_64
Size : 25 k
Source : ghc-magic-1.1-18.fc35.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.