How To Install osmo on Fedora 34
Introduction
In this tutorial we learn how to install osmo
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install osmo.
Install osmo on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install osmo
using dnf
by running the following command:
sudo dnf -y install osmo
Install osmo on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the osmo
package we can use the following command:
sudo dnf remove osmo
osmo Package Contents on Fedora 34
/usr/bin/osmo
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/e4894e717abf6dde657f30e49c6cf330146ebd
/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 34 using yum and dnf.