Open In App

How to install Gnome-Calculator in Ubuntu?

Last Updated : 05 Jun, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

GNOME Calculator is a program that solves mathematical problems. Though it looks to be a simple calculator with only basic arithmetic operations at first, switching into Advanced, Financial, or Programming mode reveals a startling collection of capabilities.

What is Gnome Calculator?

Gnome Calculator is a calculator that performs arithmetical operations, uses standard notations, and is easy enough to use in basic maths. It is fully accessible and well-documented. It is integrated with Gnome Desktop.

How to Install Calculator on Ubuntu?

The calculator may be installed in a variety of methods on Ubuntu. Let's take a look at each one individually.

  • Using apt-get
  • Using apt
  • Using aptitude

Let's go through all the installation methods one by one.

Installation of Gnome-Calculator:

Method 1: Using apt-get 

Step 1: The following command will update the apt database with apt-get.

sudo apt-get update
Using-apt-get---01
Using apt-get - 01

Step 2: We may use apt-get to install gnome-calculator after refreshing the apt database by performing the following command:

sudo apt-get -y install gnome-calculator
Using-apt-get---02
Using apt-get - 02

Method 2: Using apt

Step 1: Using the apt command, you may update the apt database.

sudo apt update
Using-apt---01
Using apt - 01

Step 2: We can use apt to install gnome-calculator after refreshing the apt database by performing the following command:

sudo apt -y install gnome-calculator
Using-apt---02
Using apt - 02

Method 3: Using aptitude

Step 1: You may need to install aptitude first if you wish to use this approach, as aptitude is not normally installed by default on Ubuntu. Aptitude may be used to update the apt database using the following command.

sudo aptitude update
Using-aptitude---01
Using aptitude - 01

Step 2: After updating the apt database, we can use aptitude to install the gnome-calculator by performing the following command:

sudo aptitude -y install gnome-calculator
Using-aptitude---02
Using aptitude - 02

Now we have successfully installed Gnome-Calculator on our ubuntu operating system.

Using-aptitude---03
Using aptitude - 03

Next Article

Similar Reads