How To Install zanshin on Fedora 34
Introduction
In this tutorial we learn how to install zanshin
on Fedora 34.
What is zanshin
Zanshin Todo is a powerful yet simple application for managing your day to day actions. It helps you organize and reduce the cognitive pressure of what one has to do in his job and personal life. You’ll never forget anything anymore, getting your mind like water.
We can use yum
or dnf
to install zanshin
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install zanshin.
Install zanshin 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 zanshin
using dnf
by running the following command:
sudo dnf -y install zanshin
Install zanshin 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 zanshin
using yum
by running the following command:
sudo yum -y install zanshin
How To Uninstall zanshin on Fedora 34
To uninstall only the zanshin
package we can use the following command:
sudo dnf remove zanshin
zanshin Package Contents on Fedora 34
/usr/bin/zanshin
/usr/bin/zanshin-migrator
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/fd82440219cefdc8de1ba050dff92ae6dc2f2e
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/6ae4b86d50070f44fef84aedd75703f01eefbb
/usr/lib/.build-id/52
/usr/lib/.build-id/52/cee48430666a7977c9f593329534b8a4bc4840
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/3b66ef6d265e7516b5857ab6f9bb8e6fb912a3
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/150c0063f73154d8729d757b60d2e0daf51f4f
/usr/lib64/qt5/plugins/kontact_zanshinplugin.so
/usr/lib64/qt5/plugins/krunner_zanshin.so
/usr/lib64/qt5/plugins/zanshin_part.so
/usr/share/applications/org.kde.zanshin.desktop
/usr/share/kservices5/kontact/zanshin_plugin.desktop
/usr/share/kservices5/plasma-runner-zanshin.desktop
/usr/share/kservices5/zanshin_part.desktop
/usr/share/kxmlgui5/zanshin
/usr/share/kxmlgui5/zanshin/zanshin_part.rc
/usr/share/metainfo/org.kde.zanshin.appdata.xml
/usr/bin/zanshin
/usr/bin/zanshin-migrator
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/715dc076ffb60005c7ebea60eaa6de3cdc7baf
/usr/lib/.build-id/71
/usr/lib/.build-id/71/4b94806b49fd3206f4f689f930e7066a86c95d
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/5cf34efc6b9b72f7f4b9c7397db84d54d65da5
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/cd6b5d7a75429bd8a87828994777f0344b6816
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/d695618572da96b73670696dcc187e79715ec7
/usr/lib64/qt5/plugins/kontact_zanshinplugin.so
/usr/lib64/qt5/plugins/krunner_zanshin.so
/usr/lib64/qt5/plugins/zanshin_part.so
/usr/share/applications/org.kde.zanshin.desktop
/usr/share/kservices5/kontact/zanshin_plugin.desktop
/usr/share/kservices5/plasma-runner-zanshin.desktop
/usr/share/kservices5/zanshin_part.desktop
/usr/share/kxmlgui5/zanshin
/usr/share/kxmlgui5/zanshin/zanshin_part.rc
/usr/share/metainfo/org.kde.zanshin.appdata.xml
References
Summary
In this tutorial we learn how to install zanshin
on Fedora 34 using yum and dnf.