How To Install maliit-framework on Fedora 36
Introduction
In this tutorial we learn how to install maliit-framework
on Fedora 36.
What is maliit-framework
Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus.
We can use yum
or dnf
to install maliit-framework
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install maliit-framework.
Install maliit-framework 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 maliit-framework
using dnf
by running the following command:
sudo dnf -y install maliit-framework
Install maliit-framework 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 maliit-framework
using yum
by running the following command:
sudo yum -y install maliit-framework
How To Uninstall maliit-framework on Fedora 36
To uninstall only the maliit-framework
package we can use the following command:
sudo dnf remove maliit-framework
maliit-framework Package Contents on Fedora 36
/usr/bin/maliit-server
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/9072ef74ab398b9b1437fb3246b0bff76f8d9e
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/0ed57db6da0424a4d8695818d26dfd24384850
/usr/lib/libmaliit-glib.so.2
/usr/lib/libmaliit-glib.so.2.1.1
/usr/share/dbus-1/services/org.maliit.server.service
/usr/share/doc/maliit-framework
/usr/share/doc/maliit-framework/NEWS
/usr/share/doc/maliit-framework/README.md
/usr/share/licenses/maliit-framework
/usr/share/licenses/maliit-framework/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install maliit-framework
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install maliit-framework on Fedora 36” linkTitle: “maliit-framework” type: “docs” description: “In this tutorial we learn how to install maliit-framework in Fedora 36. maliit-framework is Input method framework” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/maliit-framework-featured.png
Introduction
In this tutorial we learn how to install maliit-framework
on Fedora 36.
What is maliit-framework
Maliit provides a flexible and cross-platform input method framework. It has a plugin-based client-server architecture where applications act as clients and communicate with the Maliit server via input context plugins. The communication link currently uses D-Bus.
We can use yum
or dnf
to install maliit-framework
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install maliit-framework.
Install maliit-framework 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 maliit-framework
using dnf
by running the following command:
sudo dnf -y install maliit-framework
Install maliit-framework 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 maliit-framework
using yum
by running the following command:
sudo yum -y install maliit-framework
How To Uninstall maliit-framework on Fedora 36
To uninstall only the maliit-framework
package we can use the following command:
sudo dnf remove maliit-framework
maliit-framework Package Contents on Fedora 36
/usr/bin/maliit-server
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/4bbde90a39098bd2c832e8263bd45ad0f45a15
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/d286be07ab52dfe587729d76ddf3e76c85008c
/usr/lib64/libmaliit-glib.so.2
/usr/lib64/libmaliit-glib.so.2.1.1
/usr/share/dbus-1/services/org.maliit.server.service
/usr/share/doc/maliit-framework
/usr/share/doc/maliit-framework/NEWS
/usr/share/doc/maliit-framework/README.md
/usr/share/licenses/maliit-framework
/usr/share/licenses/maliit-framework/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install maliit-framework
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).