How To Install ibus-table on Rocky Linux 8
In this tutorial we learn how to install ibus-table on Rocky Linux 8. ibus-table is The Table engine for IBus platform
Introduction
In this tutorial we learn how to install ibus-table
on Rocky Linux 8.
What is ibus-table
The Table engine for IBus platform.
We can use yum
or dnf
to install ibus-table
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install ibus-table.
Install ibus-table on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ibus-table
using dnf
by running the following command:
sudo dnf -y install ibus-table
Install ibus-table on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ibus-table
using yum
by running the following command:
sudo yum -y install ibus-table
How To Uninstall ibus-table on Rocky Linux 8
To uninstall only the ibus-table
package we can use the following command:
sudo dnf remove ibus-table
ibus-table Package Contents on Rocky Linux 8
/usr/bin/ibus-table-createdb
/usr/libexec/ibus-engine-table
/usr/libexec/ibus-setup-table
/usr/share/applications/ibus-setup-table.desktop
/usr/share/doc/ibus-table
/usr/share/doc/ibus-table/AUTHORS
/usr/share/doc/ibus-table/COPYING
/usr/share/doc/ibus-table/README
/usr/share/ibus-table
/usr/share/ibus-table/data
/usr/share/ibus-table/data/pinyin_table.txt.bz2
/usr/share/ibus-table/engine
/usr/share/ibus-table/engine/__pycache__
/usr/share/ibus-table/engine/__pycache__/chinese_variants.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/chinese_variants.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/factory.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/factory.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/ibus_table_location.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/ibus_table_location.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/it_util.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/it_util.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/main.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/main.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/tabcreatedb.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/tabcreatedb.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/table.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/table.cpython-36.pyc
/usr/share/ibus-table/engine/__pycache__/tabsqlitedb.cpython-36.opt-1.pyc
/usr/share/ibus-table/engine/__pycache__/tabsqlitedb.cpython-36.pyc
/usr/share/ibus-table/engine/chinese_variants.py
/usr/share/ibus-table/engine/factory.py
/usr/share/ibus-table/engine/ibus_table_location.py
/usr/share/ibus-table/engine/it_util.py
/usr/share/ibus-table/engine/main.py
/usr/share/ibus-table/engine/tabcreatedb.py
/usr/share/ibus-table/engine/table.py
/usr/share/ibus-table/engine/tabsqlitedb.py
/usr/share/ibus-table/icons
/usr/share/ibus-table/icons/acommit.svg
/usr/share/ibus-table/icons/cb-mode.svg
/usr/share/ibus-table/icons/chinese.svg
/usr/share/ibus-table/icons/english.svg
/usr/share/ibus-table/icons/full-letter.svg
/usr/share/ibus-table/icons/full-punct.svg
/usr/share/ibus-table/icons/half-letter.svg
/usr/share/ibus-table/icons/half-punct.svg
/usr/share/ibus-table/icons/ibus-table.svg
/usr/share/ibus-table/icons/ncommit.svg
/usr/share/ibus-table/icons/onechar.svg
/usr/share/ibus-table/icons/phrase.svg
/usr/share/ibus-table/icons/py-mode.svg
/usr/share/ibus-table/icons/sc-mode.svg
/usr/share/ibus-table/icons/scb-mode.svg
/usr/share/ibus-table/icons/tab-mode.svg
/usr/share/ibus-table/icons/tc-mode.svg
/usr/share/ibus-table/icons/tcb-mode.svg
/usr/share/ibus-table/setup
/usr/share/ibus-table/setup/__pycache__
/usr/share/ibus-table/setup/__pycache__/main.cpython-36.opt-1.pyc
/usr/share/ibus-table/setup/__pycache__/main.cpython-36.pyc
/usr/share/ibus-table/setup/__pycache__/version.cpython-36.opt-1.pyc
/usr/share/ibus-table/setup/__pycache__/version.cpython-36.pyc
/usr/share/ibus-table/setup/ibus-table-preferences.ui
/usr/share/ibus-table/setup/main.py
/usr/share/ibus-table/setup/version.py
/usr/share/ibus-table/tables
/usr/share/ibus-table/tables/template.txt
/usr/share/ibus/component/table.xml
/usr/share/locale/ca/LC_MESSAGES/ibus-table.mo
/usr/share/locale/de/LC_MESSAGES/ibus-table.mo
/usr/share/locale/es/LC_MESSAGES/ibus-table.mo
/usr/share/locale/fr/LC_MESSAGES/ibus-table.mo
/usr/share/locale/ja/LC_MESSAGES/ibus-table.mo
/usr/share/locale/pt_BR/LC_MESSAGES/ibus-table.mo
/usr/share/locale/uk/LC_MESSAGES/ibus-table.mo
/usr/share/locale/zh_CN/LC_MESSAGES/ibus-table.mo
/usr/share/locale/zh_HK/LC_MESSAGES/ibus-table.mo
/usr/share/locale/zh_TW/LC_MESSAGES/ibus-table.mo
/usr/share/man/man1/ibus-table-createdb.1.gz
/usr/share/metainfo/ibus-table.appdata.xml
References
Summary
In this tutorial we learn how to install ibus-table
on Rocky Linux 8 using yum and dnf.