How To Install hledger-ui on Fedora 36

In this tutorial we learn how to install hledger-ui in Fedora 36. hledger-ui is Curses-style terminal interface for the hledger accounting system

Introduction

In this tutorial we learn how to install hledger-ui on Fedora 36.

What is hledger-ui

A simple curses-style terminal user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. This package currently does not support Microsoft Windows, except in WSL. 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

We can use yum or dnf to install hledger-ui on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hledger-ui.

Install hledger-ui on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install hledger-ui using dnf by running the following command:

sudo dnf -y install hledger-ui

Install hledger-ui on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install hledger-ui using yum by running the following command:

sudo yum -y install hledger-ui

How To Uninstall hledger-ui on Fedora 36

To uninstall only the hledger-ui package we can use the following command:

sudo dnf remove hledger-ui

hledger-ui Package Contents on Fedora 36

/usr/bin/hledger-ui
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/381dcba4dbbb90d1818fadb3d4b6822aeb125d
/usr/share/doc/hledger-ui
/usr/share/doc/hledger-ui/CHANGES.md
/usr/share/doc/hledger-ui/README.md
/usr/share/licenses/hledger-ui
/usr/share/licenses/hledger-ui/LICENSE

References

Summary

In this tutorial we learn how to install hledger-ui on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).