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

Last updated: October 07,2024

1. Install "ghc-syb.x86_64" package

Please follow the instructions below to install ghc-syb.x86_64 on Fedora 35

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

2. Uninstall "ghc-syb.x86_64" package

This guide covers the steps necessary to uninstall ghc-syb.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:21:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-syb
Version : 0.7.2.1
Release : 1.fc35
Architecture : x86_64
Size : 51 k
Source : ghc-syb-0.7.2.1-1.fc35.src.rpm
Repository : fedora
Summary : Scrap Your Boilerplate
URL : https://hackage.haskell.org/package/syb
License : BSD
Description : This package contains the generics system described in the "Scrap Your
: Boilerplate" papers (see ).
: It defines the 'Data' class of types permitting folding and unfolding of
: constructor applications, instances of this class for primitive types, and
: a variety of traversals.