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

Last updated: October 05,2024

1. Install "ghc-Stream.x86_64" package

Please follow the step by step instructions below to install ghc-Stream.x86_64 on Fedora 36

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

2. Uninstall "ghc-Stream.x86_64" package

This is a short guide on how to uninstall ghc-Stream.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:45:08 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-Stream
Version : 0.4.7.2
Release : 23.fc36
Architecture : x86_64
Size : 26 k
Source : ghc-Stream-0.4.7.2-23.fc36.src.rpm
Repository : fedora
Summary : A library for manipulating infinite lists
URL : https://hackage.haskell.org/package/Stream
License : BSD
Description : This package implements functions, analogous to
: those from Data.List, to create and manipulate infinite lists:
: data Stream a = Cons a (Stream a).