Електронна пошта

Install Hiri Email Client on Ubuntu

Install Hiri Email Client on Ubuntu
Hiri is a popular email client that integrates the calendar, filters the email, and manages the task. It is written in Python and allows us to connect to Office 365, Exchange, Hotmail, Outlook, and Live accounts. Hiri is not free to use; however, you can enjoy 7 days trial period. Once the trial period is expired, you need to buy the Hiri subscription to keep using it.

The Hiri email client can be installed on Ubuntu 20 via Snap using the terminal, tarball, and Ubuntu Software Center. As of preparing this post, the latest version of Hiri is 1.4.0.5.

Install Hiri on Ubuntu 20.04 via Snap

It is the best and the recommend method to install Hiri on Ubuntu 20.04. Snap is an application package manager for all popular Linux distributions. The Ubuntu 20.04 comes with Snap by default. Type the given-below command to install Hiri via Snap:

$ sudo snap install hiri

Install Hiri on Ubuntu 20.04 from the tarball

Though it is not the recommended method to use Hiri, it can be used in specific scenarios.

Visit the Hiri official website (https://www.hiri.com/download_hiri/linux/) and download the Hiri tarball.

The Hiri tarball will be downloaded in the 'Downloads' directory.

Next, navigate to the 'Downloads' directory and extract the tarball using commands:

cd Downloads

tar -xvf Hiri.tar.gz

Launch the Hiri email client as follows:

cd hiri 1.4.0.5

$ ./hiri.sh

The Hiri email client will be launched successfully.

Install Hiri on Ubuntu 20.04 using Ubuntu Software center

Hiri snap application is also available through the Ubuntu Software Center. If you are interested in installing the Hiri email client using the graphical user interface (GUI), use it. Open the Application Menu, search for Ubuntu Software Center and open it.

Search for Hiri email client.

Click on the Hiri application and press 'Install' to start the installation.

The Hiri email client will be installed.

Launch and use Hiri

Launch Hiri from Application Menu or terminal as follows:

$ hiri

The Hiri email client does not support Gmail and Yahoo accounts. Enter the exchange or Office365 address.

The Hiri email client will be ready to use.

Wrapping Up

Hiri could be the best email client for you if you use Exchange or Office 365 accounts. The latest version of Hiri can be installed on Ubuntu 20.04 via Snap, tarball, and Ubuntu Software Center.

Топ 5 ергономічних продуктів для комп'ютерної миші для Linux
Чи викликає тривале використання комп’ютера біль у зап’ясті або пальцях? Ви страждаєте від ригідності суглобів і вам постійно доводиться трясти руки? ...
How to Change Mouse and Touchpad Settings Using Xinput in Linux
Most Linux distributions ship with “libinput” library by default to handle input events on a system. It can process input events on both Wayland and X...
Remap your mouse buttons differently for different software with X-Mouse Button Control
Maybe you need a tool that could make your mouse's control change with every application that you use. If this is the case, you can try out an applica...