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

Last updated: October 05,2024

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

Learn how to install ghc-hledger-lib.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall ghc-hledger-lib.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:34:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-hledger-lib
Version : 1.18.1
Release : 5.fc34
Architecture : x86_64
Size : 1.4 M
Source : ghc-hledger-lib-1.18.1-5.fc34.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: .