How To Install shake-common on Fedora 36
Introduction
In this tutorial we learn how to install shake-common
on Fedora 36.
What is shake-common
This package provides the shake common data files.
We can use yum
or dnf
to install shake-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install shake-common.
Install shake-common 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 shake-common
using dnf
by running the following command:
sudo dnf -y install shake-common
Install shake-common 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 shake-common
using yum
by running the following command:
sudo yum -y install shake-common
How To Uninstall shake-common on Fedora 36
To uninstall only the shake-common
package we can use the following command:
sudo dnf remove shake-common
shake-common Package Contents on Fedora 36
/usr/share/doc/shake-common
/usr/share/doc/shake-common/CHANGES.txt
/usr/share/doc/shake-common/README.md
/usr/share/licenses/shake-common
/usr/share/licenses/shake-common/LICENSE
/usr/share/shake-0.19.5
/usr/share/shake-0.19.5/docs
/usr/share/shake-0.19.5/docs/manual
/usr/share/shake-0.19.5/html
/usr/share/shake-0.19.5/html/profile.html
/usr/share/shake-0.19.5/html/progress.html
/usr/share/shake-0.19.5/html/shake.js
References
Summary
In this tutorial we learn how to install shake-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).