How To Install hledger-web on Fedora 36
Introduction
In this tutorial we learn how to install hledger-web
on Fedora 36.
What is hledger-web
A simple web-based user interface for the hledger accounting system, providing a more modern UI than the command-line or terminal interfaces. It can be used as a local single-user UI, or as a multi-user UI for viewing/adding/editing on the web. 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-web
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hledger-web.
Install hledger-web 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-web
using dnf
by running the following command:
sudo dnf -y install hledger-web
Install hledger-web 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-web
using yum
by running the following command:
sudo yum -y install hledger-web
How To Uninstall hledger-web on Fedora 36
To uninstall only the hledger-web
package we can use the following command:
sudo dnf remove hledger-web
hledger-web Package Contents on Fedora 36
/usr/bin/hledger-web
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/a44a85821a8eb2e663564cae9e246f41c93f50
/usr/share/doc/hledger-web
/usr/share/doc/hledger-web/CHANGES.md
/usr/share/doc/hledger-web/README.md
/usr/share/licenses/hledger-web
/usr/share/licenses/hledger-web/LICENSE
References
Summary
In this tutorial we learn how to install hledger-web
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).