How to Install 0.3.1 Tomate on Ubuntu, Fedora, OpenSUSE and Derivatives

Tomate 0.3.1 is available via repository for the latest Ubuntu, Fedora and OpenSUSE systems.

Watch Free Movies

As you may know, Tomate is a time managent application based on the Pomodoro technique, notifying the users to take a break after 25 minutes.

The latest version available is Tomate 0.3.1, which has been released a while ago.

Install Tomate on Ubuntu

Installation instructions:

The latest Tomato versions are available via repository for the most popular Linux systems, so installing it is easy. You need to add the repository and the key to your system, update the local repository index and install the python-tomate package.

How to install Tomato on Ubuntu 15.04 Vivid Vervet:

$ sudo wget -O- http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_15.04/Release.key | sudo apt-key add -
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_15.04/ ./' > /etc/apt/sources.list.d/tomate.list"
$ sudo apt-get update
$ sudo apt-get install python-tomate

How to install Tomato on Ubuntu 14.10 Utopic Unicorn:

$ sudo wget -O- http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_14.10/Release.key | sudo apt-key add -
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_14.10/ ./' > /etc/apt/sources.list.d/tomate.list"
$ sudo apt-get update
$ sudo apt-get install python-tomate

How to install Tomato on Ubuntu 14.04 Trusty Tahr, Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Deepin 2014, Peppermint 6, Peppermint 5, LXLE 14.04 and Linux Lite 2 :

$ sudo wget -O- http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_14.04/Release.key | sudo apt-key add -
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/eliostvs:/tomate/xUbuntu_14.04/ ./' > /etc/apt/sources.list.d/tomate.list"
$ sudo apt-get update
$ sudo apt-get install python-tomate

Optional, to remove Tomate, from Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 or a derivative system, do:

$ sudo apt-get remove python-tomate

How to install Tomate on OpenSUSE 13.2:

$ sudo zypper ar -f http://download.opensuse.org/repositories/home:/eliostvs:/tomate/openSUSE_13.2/home:eliostvs:tomate.repo
$ sudo zypper refresh
$ sudo zypper install python-tomate

Optional, to remove tomate, do:

$ sudo zypper remove tomate

How to install Tomate on Fedora 22:

$ sudo wget http://download.opensuse.org/repositories/home:/eliostvs:/tomate/Fedora_22/home:eliostvs:tomate.repo -O /etc/yum.repos.d/home:eliostvs:tomate.repo
$ sudo dnf update
$ sudo dnf install tomate

Optional, to remove tomate, do:

$ sudo dnf remove tomate

How to install Tomate on Fedora 21:

$ sudo wget http://download.opensuse.org/repositories/home:/eliostvs:/tomate/Fedora_22/home:eliostvs:tomate.repo -O /etc/yum.repos.d/home:eliostvs:tomate.repo
$ sudo yum update
$ sudo yum install tomate

Optional, to remove tomate, do:

$ sudo yum remove tomate

Scroll to Top