How To Install kiss on Fedora 36
In this tutorial we learn how to install kiss in Fedora 36. kiss is Initial setup for systems using Plasma
Introduction
In this tutorial we learn how to install kiss on Fedora 36.
What is kiss
Initial setup for systems using Plasma.
We can use yum or dnf to install kiss on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kiss.
Install kiss 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 kiss using dnf by running the following command:
sudo dnf -y install kiss
Install kiss 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 kiss using yum by running the following command:
sudo yum -y install kiss
How To Uninstall kiss on Fedora 36
To uninstall only the kiss package we can use the following command:
sudo dnf remove kiss
kiss Package Contents on Fedora 36
/usr/bin/org.kde.initialsystemsetup
/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/8a9f3f1b86ade82a9b0f40e44e1d9159fd08c9
/usr/lib/systemd/system/org.kde.initialsystemsetup.service
References
Summary
In this tutorial we learn how to install kiss on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).