How to Install and Uninstall python3-beancount Package on Kali Linux

Last updated: May 08,2024

1. Install "python3-beancount" package

Learn how to install python3-beancount on Kali Linux

$ sudo apt update $ sudo apt install python3-beancount

2. Uninstall "python3-beancount" package

Here is a brief guide to show you how to uninstall python3-beancount on Kali Linux:

$ sudo apt remove python3-beancount $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-beancount package on Kali Linux

Package: python3-beancount
Source: beancount
Version: 2.3.6-1
Installed-Size: 3082
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.14), python3 (<< 3.13), python3 (>= 3.11~), python3-bottle, python3-bs4, python3-chardet, python3-dateutil, python3-googleapi, python3-lxml, python3-magic, python3-ply, python3-requests, python3:any
Size: 519740
SHA256: 4c7b92c535378666943709370565d311a094355891ec435a84394bd6ba7462f6
SHA1: 2f7f74da9a879029452ac685eac6e22f75734a79
MD5sum: 9e2eaed3b536bfb53f16384c3669b7d6
Description: Double-entry accounting from text files - Python module
A double-entry bookkeeping computer language that lets you define financial
transaction records in a text file, read them in memory, generate a variety of
reports from them, and provides a web interface.
.
The following features require the following extra dependencies to be
installed:
- Beancount Web [python3-bottle]
- OFX import [python3-bs4]
- Google Sheets upload [python3-googleapi python3-google-auth-oauthlib]
- External price imports [python3-requests]
.
This package provides the underlying Python modules for beancount, allowing
you to write your own scripts to manipulate your ledger files.
Description-md5:
Homepage: https://github.com/beancount/
Section: python
Priority: optional
Filename: pool/main/b/beancount/python3-beancount_2.3.6-1_amd64.deb