How to Install and Uninstall hledger Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "hledger" package

Please follow the guidance below to install hledger on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install hledger

2. Uninstall "hledger" package

Here is a brief guide to show you how to uninstall hledger on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the hledger package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: hledger
Priority: extra
Section: universe/haskell
Installed-Size: 16078
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-hledger
Version: 0.26-2build2
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10, libtinfo5 (>= 6)
Filename: pool/universe/h/haskell-hledger/hledger_0.26-2build2_amd64.deb
Size: 2116348
MD5sum: 86c0699c60520d101f4da2c7d46afebb
SHA1: 861a653282d34272910d6d220f2f854411f4a81b
SHA256: 08e5e6f41005fdb5c52c182854d34cf1968df7099b7f516b5b09ae9c6a795649
Description-en: 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: 6b8a5eb2f99f3234c9f443348a3622a9
Multi-Arch: foreign
Homepage: http://hledger.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu