gsimplecal command not found

In this troubleshooting guide we learn how to fix gsimplecal command not found error message

Introduction

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

gsimplecal: command not found

or when using sudo you get the following error message

sudo: gsimplecal: command not found

Solutions to gsimplecal: command not found

How To Fix gsimplecal: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gsimplecal is provided by gsimplecal package.

gsimplecal is:

gsimplecal is a lightweight calendar application written in C++ using GTK3.

It was intentionally made for use with tint2 panel in the openbox environment to be launched upon clock click, but can be bound to some hotkey in any window manager.

gsimplecal can be configured to not only show the calendar, but also display multiple clocks for different world timezones.

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

sudo apt-get -y install gsimplecal

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

You can also use apt command to install gsimplecal.

sudo apt -y install gsimplecal

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

sudo aptitude install gsimplecal

Summary

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