How To Install ibus-unikey on Fedora 36
Introduction
In this tutorial we learn how to install ibus-unikey
on Fedora 36.
What is ibus-unikey
A Vietnamese engine for IBus input platform that uses Unikey.
We can use yum
or dnf
to install ibus-unikey
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-unikey.
Install ibus-unikey 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-unikey
using dnf
by running the following command:
sudo dnf -y install ibus-unikey
Install ibus-unikey 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-unikey
using yum
by running the following command:
sudo yum -y install ibus-unikey
How To Uninstall ibus-unikey on Fedora 36
To uninstall only the ibus-unikey
package we can use the following command:
sudo dnf remove ibus-unikey
ibus-unikey Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/4e35e04f788f8003a0a166f3e2c263cc40d5e6
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/4de8a222bdf427ca4345b875c4327457e78112
/usr/libexec/ibus-engine-unikey
/usr/libexec/ibus-setup-unikey
/usr/share/doc/ibus-unikey
/usr/share/doc/ibus-unikey/README.md
/usr/share/glib-2.0/schemas/org.freedesktop.ibus.engine.unikey.gschema.xml
/usr/share/ibus-unikey
/usr/share/ibus-unikey/icons
/usr/share/ibus-unikey/icons/ibus-unikey.svg
/usr/share/ibus-unikey/ui
/usr/share/ibus-unikey/ui/ibus-unikey.ui
/usr/share/ibus/component/unikey.xml
/usr/share/licenses/ibus-unikey
/usr/share/licenses/ibus-unikey/LICENSE
/usr/share/locale/vi/LC_MESSAGES/ibus-unikey.mo
References
Summary
In this tutorial we learn how to install ibus-unikey
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).