How to Install and Uninstall hledger Package on openSUSE Leap

Last updated: February 17,2025

1. Install "hledger" package

Learn how to install hledger on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install hledger

2. Uninstall "hledger" package

This tutorial shows how to uninstall hledger on openSUSE Leap:

$ sudo zypper remove hledger

3. Information about the hledger package on openSUSE Leap

Information for package hledger:
--------------------------------
Repository : Main Repository
Name : hledger
Version : 1.26.1-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.5 MiB
Installed : No
Status : not installed
Source package : hledger-1.26.1-bp155.1.6.src
Upstream URL : https://hackage.haskell.org/package/hledger
Summary : Command-line interface for the hledger accounting system
Description :
The command-line interface for the hledger accounting system. Its basic
function is to read a plain text file describing financial transactions and
produce useful reports.
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: .