How To Install osmo on Fedora 36
Introduction
In this tutorial we learn how to install osmo on Fedora 36.
What is osmo
Osmo is a handy personal organizer which includes calendar, tasks manager and address book modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information. In current state the organizer is quite convenient in use - for example, user can perform nearly all operations using keyboard. Also, a lot of parameters are configurable to meet user preferences.
We can use yum or dnf to install osmo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install osmo.
Install osmo on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install osmo using dnf by running the following command:
sudo dnf -y install osmo
Install osmo on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install osmo using yum by running the following command:
sudo yum -y install osmo
How To Uninstall osmo on Fedora 36
To uninstall only the osmo package we can use the following command:
sudo dnf remove osmo
osmo Package Contents on Fedora 36
/usr/bin/osmo
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/76688c4de8c3abcb65ba7f79e27e4633faa726
/usr/share/applications/osmo.desktop
/usr/share/doc/osmo
/usr/share/doc/osmo/AUTHORS
/usr/share/doc/osmo/COPYING
/usr/share/doc/osmo/ChangeLog
/usr/share/doc/osmo/README
/usr/share/doc/osmo/TRANSLATORS
/usr/share/icons/hicolor/16x16/apps/osmo.png
/usr/share/icons/hicolor/22x22/apps/osmo.png
/usr/share/icons/hicolor/24x24/apps/osmo.png
/usr/share/icons/hicolor/32x32/apps/osmo.png
/usr/share/icons/hicolor/48x48/apps/osmo.png
/usr/share/icons/hicolor/scalable/apps/osmo.svg
/usr/share/locale/bg/LC_MESSAGES/osmo.mo
/usr/share/locale/ca/LC_MESSAGES/osmo.mo
/usr/share/locale/cs/LC_MESSAGES/osmo.mo
/usr/share/locale/da/LC_MESSAGES/osmo.mo
/usr/share/locale/de/LC_MESSAGES/osmo.mo
/usr/share/locale/el/LC_MESSAGES/osmo.mo
/usr/share/locale/en_GB/LC_MESSAGES/osmo.mo
/usr/share/locale/es/LC_MESSAGES/osmo.mo
/usr/share/locale/fi/LC_MESSAGES/osmo.mo
/usr/share/locale/fr/LC_MESSAGES/osmo.mo
/usr/share/locale/gl/LC_MESSAGES/osmo.mo
/usr/share/locale/gl_ES/LC_MESSAGES/osmo.mo
/usr/share/locale/he/LC_MESSAGES/osmo.mo
/usr/share/locale/hu/LC_MESSAGES/osmo.mo
/usr/share/locale/it/LC_MESSAGES/osmo.mo
/usr/share/locale/ja/LC_MESSAGES/osmo.mo
/usr/share/locale/lt/LC_MESSAGES/osmo.mo
/usr/share/locale/nl/LC_MESSAGES/osmo.mo
/usr/share/locale/pl/LC_MESSAGES/osmo.mo
/usr/share/locale/pt/LC_MESSAGES/osmo.mo
/usr/share/locale/pt_BR/LC_MESSAGES/osmo.mo
/usr/share/locale/ro/LC_MESSAGES/osmo.mo
/usr/share/locale/ru/LC_MESSAGES/osmo.mo
/usr/share/locale/sr/LC_MESSAGES/osmo.mo
/usr/share/locale/sv/LC_MESSAGES/osmo.mo
/usr/share/locale/te/LC_MESSAGES/osmo.mo
/usr/share/locale/tr/LC_MESSAGES/osmo.mo
/usr/share/locale/uk/LC_MESSAGES/osmo.mo
/usr/share/locale/ur/LC_MESSAGES/osmo.mo
/usr/share/locale/ur_PK/LC_MESSAGES/osmo.mo
/usr/share/locale/zh_CN/LC_MESSAGES/osmo.mo
/usr/share/man/man1/osmo.1.gz
/usr/share/sounds/osmo
/usr/share/sounds/osmo/alarm.wav
References
Summary
In this tutorial we learn how to install osmo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).