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

Last updated: January 11,2025

1. Install "ghc-Stream.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-Stream.x86_64 on Fedora 35

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

2. Uninstall "ghc-Stream.x86_64" package

Please follow the guidance below to uninstall ghc-Stream.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:15:33 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-Stream
Version : 0.4.7.2
Release : 22.fc35
Architecture : x86_64
Size : 26 k
Source : ghc-Stream-0.4.7.2-22.fc35.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).