How To Install datovka on Fedora 36
Introduction
In this tutorial we learn how to install datovka on Fedora 36.
What is datovka
GUI application allowing access to Czech Databox - an electronic communication interface endorsed by the Czech government.
We can use yum or dnf to install datovka on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install datovka.
Install datovka 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 datovka using dnf by running the following command:
sudo dnf -y install datovka
Install datovka 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 datovka using yum by running the following command:
sudo yum -y install datovka
How To Uninstall datovka on Fedora 36
To uninstall only the datovka package we can use the following command:
sudo dnf remove datovka
datovka Package Contents on Fedora 36
/usr/bin/datovka
/usr/lib/.build-id
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/c0f84355fd985a220bd603d94d97597c620128
/usr/share/applications/datovka.desktop
/usr/share/datovka/localisations/datovka_cs.qm
/usr/share/datovka/localisations/datovka_en.qm
/usr/share/doc/datovka
/usr/share/doc/datovka/AUTHORS
/usr/share/doc/datovka/COPYING
/usr/share/icons/hicolor/128x128/apps/datovka.png
/usr/share/icons/hicolor/16x16/apps/datovka.png
/usr/share/icons/hicolor/24x24/apps/datovka.png
/usr/share/icons/hicolor/256x256/apps/datovka.png
/usr/share/icons/hicolor/32x32/apps/datovka.png
/usr/share/icons/hicolor/48x48/apps/datovka.png
/usr/share/icons/hicolor/64x64/apps/datovka.png
/usr/share/metainfo/datovka.metainfo.xml
References
Summary
In this tutorial we learn how to install datovka on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).