How To Install ibus-rawcode on Fedora 36
Introduction
In this tutorial we learn how to install ibus-rawcode
on Fedora 36.
What is ibus-rawcode
The Rawcode engine for IBus platform.
We can use yum
or dnf
to install ibus-rawcode
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-rawcode.
Install ibus-rawcode 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-rawcode
using dnf
by running the following command:
sudo dnf -y install ibus-rawcode
Install ibus-rawcode 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-rawcode
using yum
by running the following command:
sudo yum -y install ibus-rawcode
How To Uninstall ibus-rawcode on Fedora 36
To uninstall only the ibus-rawcode
package we can use the following command:
sudo dnf remove ibus-rawcode
ibus-rawcode Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/8e5a85dac65dd9b1167cebbf7bfc908cc3157e
/usr/libexec/ibus-engine-rawcode
/usr/share/doc/ibus-rawcode
/usr/share/doc/ibus-rawcode/AUTHORS
/usr/share/doc/ibus-rawcode/COPYING
/usr/share/doc/ibus-rawcode/README
/usr/share/ibus-rawcode
/usr/share/ibus-rawcode/icons
/usr/share/ibus-rawcode/icons/ibus-rawcode.png
/usr/share/ibus/component/rawcode.xml
/usr/share/locale/zh_CN/LC_MESSAGES/ibus-rawcode.mo
References
Summary
In this tutorial we learn how to install ibus-rawcode
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).