gnome-calendar command not found

In this troubleshooting guide we learn how to fix gnome-calendar command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

gnome-calendar: command not found

or when using sudo you get the following error message

sudo: gnome-calendar: command not found

Solutions to gnome-calendar: command not found

How To Fix gnome-calendar: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gnome-calendar is provided by gnome-calendar package.

gnome-calendar is:

GNOME Calendar is a simple and beautiful calendar application designed to perfectly fit the GNOME desktop. By reusing the components which the GNOME desktop is build on, Calendar nicely integrates with the GNOME ecosystem.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gnome-calendar

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gnome-calendar.

sudo apt -y install gnome-calendar

Or if you have aptitude installed you can use the following command.

sudo aptitude install gnome-calendar

Summary

In this tutorial we learn how to fix gnome-calendar command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.