How To Install phosh-osk-stub on Fedora 36

In this tutorial we learn how to install phosh-osk-stub in Fedora 36. phosh-osk-stub is OSK stub to fulfill session dependencies

Introduction

In this tutorial we learn how to install phosh-osk-stub on Fedora 36.

What is phosh-osk-stub

Phosh’s session wants a sm.puri.OSK0. For testing on non-phone’s this stub fulfills the necessary dependencies.

We can use yum or dnf to install phosh-osk-stub on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install phosh-osk-stub.

Install phosh-osk-stub 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 phosh-osk-stub using dnf by running the following command:

sudo dnf -y install phosh-osk-stub

Install phosh-osk-stub 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 phosh-osk-stub using yum by running the following command:

sudo yum -y install phosh-osk-stub

How To Uninstall phosh-osk-stub on Fedora 36

To uninstall only the phosh-osk-stub package we can use the following command:

sudo dnf remove phosh-osk-stub

phosh-osk-stub Package Contents on Fedora 36

/usr/bin/phosh-osk-stub
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/29071ffad5304c9f50a2ca8dd8872d92439018
/usr/share/applications/sm.puri.OSK0.desktop

References

Summary

In this tutorial we learn how to install phosh-osk-stub on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).