How To Install scim-gtk on Fedora 36
Introduction
In this tutorial we learn how to install scim-gtk
on Fedora 36.
What is scim-gtk
This package provides a GTK input method module for SCIM.
We can use yum
or dnf
to install scim-gtk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scim-gtk.
Install scim-gtk 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 scim-gtk
using dnf
by running the following command:
sudo dnf -y install scim-gtk
Install scim-gtk 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 scim-gtk
using yum
by running the following command:
sudo yum -y install scim-gtk
How To Uninstall scim-gtk on Fedora 36
To uninstall only the scim-gtk
package we can use the following command:
sudo dnf remove scim-gtk
scim-gtk Package Contents on Fedora 36
---
title: "How To Install scim-gtk on Fedora 36"
linkTitle: "scim-gtk"
type: "docs"
description: "In this tutorial we learn how to install scim-gtk in Fedora 36. scim-gtk is Smart Common Input Method Gtk IM module"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/scim-gtk-featured.png
---
## Introduction
In this tutorial we learn how to install `scim-gtk` on Fedora 36.
### What is `scim-gtk`
> This package provides a GTK input method module for SCIM.
We can use `yum` or `dnf` to install `scim-gtk` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scim-gtk.
## Install scim-gtk on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install scim-gtk
using dnf
by running the following command:
sudo dnf -y install scim-gtk
Install scim-gtk 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 scim-gtk
using yum
by running the following command:
sudo yum -y install scim-gtk
How To Uninstall scim-gtk on Fedora 36
To uninstall only the scim-gtk
package we can use the following command:
sudo dnf remove scim-gtk
scim-gtk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/ad5a3c292119451405230710a989bbe9d51f27
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/76bdd3cab80d62f0d0c9d0c482710a9d957de4
/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so
/usr/lib/gtk-3.0/3.0.0/immodules/im-scim.so
References
/usr/lib/.build-id /usr/lib/.build-id/34 /usr/lib/.build-id/34/fe86c94aef1e33b6f0fbd133bfaa1c4ed3cc4d /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/372d771e0dc3aed315d0ba977e8f5df600fada /usr/lib64/gtk-2.0/2.10.0/immodules/im-scim.so /usr/lib64/gtk-3.0/3.0.0/immodules/im-scim.so
Summary
In this tutorial we learn how to install scim-gtk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [scim-gtk website](https://github.com/scim-im/scim/)
## Summary
In this tutorial we learn how to install `scim-gtk` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).