How To Install ibus-input-pad on Fedora 36
Introduction
In this tutorial we learn how to install ibus-input-pad
on Fedora 36.
What is ibus-input-pad
The input pad engine for IBus platform.
We can use yum
or dnf
to install ibus-input-pad
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-input-pad.
Install ibus-input-pad 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 ibus-input-pad
using dnf
by running the following command:
sudo dnf -y install ibus-input-pad
Install ibus-input-pad 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 ibus-input-pad
using yum
by running the following command:
sudo yum -y install ibus-input-pad
How To Uninstall ibus-input-pad on Fedora 36
To uninstall only the ibus-input-pad
package we can use the following command:
sudo dnf remove ibus-input-pad
ibus-input-pad Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/bf6c97e18fab99b43ae3c78c10a2353ade0655
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/00c7015b5b4da6d0790afbe6fbc8e907927d78
/usr/libexec/ibus-engine-input-pad
/usr/libexec/ibus-setup-input-pad
/usr/share/applications/ibus-setup-input-pad.desktop
/usr/share/doc/ibus-input-pad
/usr/share/doc/ibus-input-pad/AUTHORS
/usr/share/doc/ibus-input-pad/README
/usr/share/ibus/component/input-pad.xml
/usr/share/licenses/ibus-input-pad
/usr/share/licenses/ibus-input-pad/COPYING
/usr/share/locale/fr/LC_MESSAGES/ibus-input-pad.mo
/usr/share/locale/ja/LC_MESSAGES/ibus-input-pad.mo
/usr/share/locale/pl/LC_MESSAGES/ibus-input-pad.mo
/usr/share/locale/te/LC_MESSAGES/ibus-input-pad.mo
/usr/share/locale/uk/LC_MESSAGES/ibus-input-pad.mo
/usr/share/locale/zh_TW/LC_MESSAGES/ibus-input-pad.mo
/usr/share/metainfo/input-pad.appdata.xml
References
Summary
In this tutorial we learn how to install ibus-input-pad
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).