Powerful GUI Calculator for Linux?

What is a good graphical Calculator Application for Linux?

8

3 Answers

Most famous ones are:

  • Gnome Calculator
  • galculator
  • xcalc
  • kcalc

They all have basic and scientific modes.

By default Ubuntu comes with "Gnome calculator" unless you are using a specific flavor of Ubuntu.

Gnome Calculator:

enter image description here

For example in "Kubuntu" you should have "kcalc".

Kcalc:

enter image description here

galculator

There are other options available too like "xcalc", I use galculator myself, install it using:

sudo apt install galculator

It's lightweight and really fast, doesn't have much dependencies, easy to use and has nice features.

Paper Mode:

enter image description here

Scientific view:

enter image description here

Extcalc

If you are looking for something with more features then I guess you are looking for "Extcalc".

enter image description here

2

If your calculations involve units, such as with physics or electronics equations, I would recommend Qalculate.

It supports using units in expressions, so you do not have to worry about unit conversions manually. It is also a good check for whether you have typed the correct equation (this is called Dimensional analysis).

enter image description here

3

I am personally a fan of speedcrunch, because it has a decent list of common physical and chemical constants and remembers your history across sessions:

enter image description here

As noted in the comments by @Michael:

[It is also] easy to mix/convert hex, bin and decimal representations of numbers. With mask() and unmask() it’s also possible to reduce/extend numbers to certain bit widths.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like