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

Last updated: October 06,2024

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

Please follow the steps below to install ghc-hledger-lib.x86_64 on Fedora 35

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

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

This guide let you learn how to uninstall ghc-hledger-lib.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:11:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-hledger-lib
Version : 1.21
Release : 8.fc35
Architecture : x86_64
Size : 1.4 M
Source : ghc-hledger-lib-1.21-8.fc35.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: .