Is there a Persian Calendar for Ubuntu 16.04?

Is there a Persian Calendar available for Ubuntu 16.04 ?


Solution 1:

persian calendar or jalali calender:

sudo apt-get update
sudo apt-get install jcal

Solution 2:

Jalali calendar is a small and portable free software library to manipulate date and time in Jalali calendar system. Installation:

 sudo apt-get update
 sudo apt-get install jcal

Source:

http://www.nongnu.org/jcal/

Solution 3:

Here is a good one.

You need to install flatpak which takes a while.Do as follow:

sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak

flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
flatpak remote-add --from gnome-apps https://sdk.gnome.org/gnome-apps.flatpakrepo

Then download the latest release (.flatpak file) from here. Currently latest version is 4.4.1 so you need to download this file.

Then according to wiki page open a terminal by pressing Ctrl+AltT and go to where the .flatpak file is downloaded. For example if it is in Downloads folder you should type:

cd ~/Downloads

Now install the file:

flatpak install -y gahshomar-4.4.1.flatpak

Run it (you may need a logout/login before running it):

flatpak run gahshomar

and finally activate its plugins as pictures show:

enter image description here

enter image description here

* Maybe write a bash file for the whole process and share it later...