HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gnome-calculator — The official calculator for the GNOME desktop environment. More information: <https://wiki.gnome.org

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theofficialgnome-calculatorcommandclicalculatorfor
linux

Problem

How to use the gnome-calculator command: The official calculator for the GNOME desktop environment. More information: <https://wiki.gnome.org/Apps/Calculator>.

Solution

gnome-calculator — The official calculator for the GNOME desktop environment. More information: <https://wiki.gnome.org/Apps/Calculator>.

Launch the GNOME Calculator GUI:
gnome-calculator


Solve the specified equation without launching the desktop application:
gnome-calculator --solve {{2^5 * 2 + 5}}


Display version:
gnome-calculator --version

Code Snippets

Launch the GNOME Calculator GUI

gnome-calculator

Solve the specified equation without launching the desktop application

gnome-calculator --solve {{2^5 * 2 + 5}}

Display version

gnome-calculator --version

Context

tldr-pages: linux/gnome-calculator

Revisions (0)

No revisions yet.