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

Last updated: January 10,2025

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

This guide covers the steps necessary to install ghc-language-c.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 0:43:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-language-c
Version : 0.9.0.1
Release : 2.fc36
Architecture : x86_64
Size : 1.0 M
Source : ghc-language-c-0.9.0.1-2.fc36.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.