How to Install and Uninstall ghc-file-embed.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-file-embed.x86_64" package

Here is a brief guide to show you how to install ghc-file-embed.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-file-embed.x86_64

2. Uninstall "ghc-file-embed.x86_64" package

This tutorial shows how to uninstall ghc-file-embed.x86_64 on Fedora 34:

$ sudo dnf remove ghc-file-embed.x86_64 $ sudo dnf autoremove

3. Information about the ghc-file-embed.x86_64 package on Fedora 34

Last metadata expiration check: 4:09:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-file-embed
Version : 0.0.11.2
Release : 3.fc34
Architecture : x86_64
Size : 28 k
Source : ghc-file-embed-0.0.11.2-3.fc34.src.rpm
Repository : fedora
Summary : Use Template Haskell to embed file contents directly
URL : https://hackage.haskell.org/package/file-embed
License : BSD
Description : Use Template Haskell to read a file or all the files in a directory, and turn
: them into (path, bytestring) pairs embedded in your Haskell code.