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

Last updated: October 05,2024

1. Install "ghc-language-c.x86_64" package

This is a short guide on how to install ghc-language-c.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-language-c.x86_64

2. Uninstall "ghc-language-c.x86_64" package

Please follow the guidelines below to uninstall ghc-language-c.x86_64 on Fedora 34:

$ sudo dnf remove ghc-language-c.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:02:10 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-language-c
Version : 0.8.3
Release : 4.fc34
Architecture : x86_64
Size : 945 k
Source : ghc-language-c-0.8.3-4.fc34.src.rpm
Repository : fedora
Summary : Analysis and generation of C code
URL : https://hackage.haskell.org/package/language-c
License : BSD
Description : Language C is a Haskell library for the analysis and generation of C
: code. It features a complete, well tested parser and pretty printer
: for all of C99 and a large set of GNU extensions.