LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gnucash

personal and small-business financial accounting

TLDR

Launch GnuCash
$ gnucash
copy
Open a specific file
$ gnucash [file.gnucash]
copy
Launch without loading last file
$ gnucash --nofile
copy
Enable debugging mode
$ gnucash --debug
copy
Show version
$ gnucash --version
copy
Enable extra features
$ gnucash --extra
copy

SYNOPSIS

gnucash [options] [datafile]

DESCRIPTION

GnuCash is a personal and small-business financial accounting application. It supports double-entry bookkeeping, stock/bond/mutual fund accounts, scheduled transactions, and financial reports. GnuCash can import OFX, QIF, and CSV files and track income, expenses, bank accounts, and investments.

PARAMETERS

-h, --help

Show help message.
-v, --version
Show GnuCash version.
--nofile
Do not load last opened file.
--debug
Enable debugging mode.
--extra
Enable extra/development features.
--log arg
Log level overrides (e.g., "modulename=debug").
--logto file
File to log into.
--help-gtk
Show GTK options.

CONFIGURATION

~/.local/share/gnucash/

User data directory containing saved reports, custom settings, and metadata.
~/.config/gnucash/
User configuration directory for preferences and UI state.

INSTALL

sudo apt install gnucash
copy
sudo dnf install gnucash
copy
sudo pacman -S gnucash
copy
sudo apk add gnucash
copy
sudo zypper install gnucash
copy
nix profile install nixpkgs#gnucash
copy

SEE ALSO

RESOURCES

Copied to clipboard
Kai