How to Install and Uninstall hledger Package on Kali Linux

Last updated: May 14,2024

1. Install "hledger" package

This tutorial shows how to install hledger on Kali Linux

$ sudo apt update $ sudo apt install hledger

2. Uninstall "hledger" package

This tutorial shows how to uninstall hledger on Kali Linux:

$ sudo apt remove hledger $ sudo apt autoclean && sudo apt autoremove

3. Information about the hledger package on Kali Linux

Package: hledger
Source: haskell-hledger
Version: 1.30.1-1
Installed-Size: 50967
Maintainer: Debian Haskell Group
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgmp10 (>= 2:6.3.0+dfsg), libtinfo6 (>= 6), zlib1g (>= 1:1.1.4)
Size: 7451984
SHA256: 9d26894d3c448599fbe974080638135badab821816f169522916d08f76ff71e2
SHA1: 1cb7d658cb49b3a0ac11b81855901ac536785989
MD5sum: ee7f9df3794d2a35f7624b0efc158d90
Description: command-line double-entry accounting program
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
tool; see the other hledger-* packages for web and curses interfaces
and chart generation. hledger aims to be a reliable, practical
financial reporting tool for day-to-day use, and also a useful
library for building financial apps in haskell. Given a plain text
file describing transactions, of money or any other commodity,
.
hledger will print the chart of accounts, account balances, or
transactions you're interested in. It can also help you add
transactions to the journal file, or convert CSV data from your bank.
Description-md5:
Multi-Arch: foreign
Homepage: https://hledger.org
Tag: field::finance, interface::commandline, role::program,
uitoolkit::ncurses
Section: utils
Priority: optional
Filename: pool/main/h/haskell-hledger/hledger_1.30.1-1_amd64.deb