osmo command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
osmo: command not found
or when using sudo you get the following error message
sudo: osmo: command not found
Solutions to osmo: command not found
How To Fix osmo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu osmo is provided by osmo package.
osmo is:
Osmo is a personal organizer, which includes calendar, task manager and address book modules. It aims to be easy to use and configurable to meet the user’s preferences.
To fix this problem, we can install more using the command below.
sudo apt-get -y install osmo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install osmo.
sudo apt -y install osmo
Or if you have aptitude installed you can use the following command.
sudo aptitude install osmo
Summary
In this tutorial we learn how to fix osmo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.