sogo-ealarms-notify command not found

In this troubleshooting guide we learn how to fix sogo-ealarms-notify command not found error message

Introduction

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

sogo-ealarms-notify: command not found

or when using sudo you get the following error message

sudo: sogo-ealarms-notify: command not found

Solutions to sogo-ealarms-notify: command not found

How To Fix sogo-ealarms-notify: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sogo-ealarms-notify is provided by sogo package.

sogo is:

SOGo is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server with focus on scalability. It has many feature enhancements:

  • CalDAV and GroupDAV compliance
  • full handling of vCard as well as vCalendar/iCalendar formats
  • support for folder sharing and ACLs

The Web interface has been rewritten in an AJAX fashion to provide a faster UI for the users, consistency in look and feel with the Mozilla applications, and to reduce the load of the transactions on the server.

This package contains the SOGo daemon.

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

sudo apt-get -y install sogo

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

You can also use apt command to install sogo.

sudo apt -y install sogo

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

sudo aptitude install sogo

Summary

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