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

Last updated: October 12,2024

1. Install "ghc-hledger-lib.x86_64" package

Please follow the guidance below to install ghc-hledger-lib.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-hledger-lib.x86_64

2. Uninstall "ghc-hledger-lib.x86_64" package

Please follow the guidelines below to uninstall ghc-hledger-lib.x86_64 on Fedora 36:

$ sudo dnf remove ghc-hledger-lib.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:09:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-hledger-lib
Version : 1.21
Release : 9.fc36
Architecture : x86_64
Size : 1.4 M
Source : ghc-hledger-lib-1.21-9.fc36.src.rpm
Repository : fedora
Summary : A reusable library providing the core functionality of hledger
URL : https://hackage.haskell.org/package/hledger-lib
License : GPLv3+
Description : A reusable library containing hledger's core functionality. This is used by
: most hledger* packages so that they support the same common file formats,
: command line options, reports etc.
:
: hledger is a robust, cross-platform set of tools for tracking money, time, or
: any other commodity, using double-entry accounting and a simple, editable file
: format, with command-line, terminal and web interfaces. It is a Haskell rewrite
: of Ledger, and one of the leading implementations of Plain Text Accounting.
: Read more at: .