How To Install gnome-shell-extension-ibus-font on Fedora 36
Introduction
In this tutorial we learn how to install gnome-shell-extension-ibus-font on Fedora 36.
What is gnome-shell-extension-ibus-font
use ibus font setting of ibus setup dialog to enhance the user experience
We can use yum or dnf to install gnome-shell-extension-ibus-font on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-shell-extension-ibus-font.
Install gnome-shell-extension-ibus-font 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 gnome-shell-extension-ibus-font using dnf by running the following command:
sudo dnf -y install gnome-shell-extension-ibus-font
Install gnome-shell-extension-ibus-font 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 gnome-shell-extension-ibus-font using yum by running the following command:
sudo yum -y install gnome-shell-extension-ibus-font
How To Uninstall gnome-shell-extension-ibus-font on Fedora 36
To uninstall only the gnome-shell-extension-ibus-font package we can use the following command:
sudo dnf remove gnome-shell-extension-ibus-font
gnome-shell-extension-ibus-font Package Contents on Fedora 36
/usr/share/gnome-shell/extensions/[email protected]
/usr/share/gnome-shell/extensions/[email protected]/extension.js
/usr/share/gnome-shell/extensions/[email protected]/metadata.json
/usr/share/gnome-shell/extensions/[email protected]/prefs.js
/usr/share/gnome-shell/extensions/[email protected]/stylesheet.css
/usr/share/licenses/gnome-shell-extension-ibus-font
/usr/share/licenses/gnome-shell-extension-ibus-font/COPYING
References
Summary
In this tutorial we learn how to install gnome-shell-extension-ibus-font on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).