How To Install libgstroke on Fedora 36

In this tutorial we learn how to install libgstroke in Fedora 36. libgstroke is Optional libgstroke files

Introduction

In this tutorial we learn how to install libgstroke on Fedora 36.

What is libgstroke

GNOME version of LibStroke (libgstroke). LibStroke is a stroke interface library. Strokes are motions of the mouse that can be interpreted by a program as a command.

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

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

sudo dnf -y install libgstroke

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

sudo yum -y install libgstroke

How To Uninstall libgstroke on Fedora 36

To uninstall only the libgstroke package we can use the following command:

sudo dnf remove libgstroke

libgstroke Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/406e33331bc4acf5d0208dc453c91442b869c5
/usr/lib/libgstroke.so.0
/usr/lib/libgstroke.so.0.0.5
/usr/share/doc/libgstroke
/usr/share/doc/libgstroke/AUTHORS
/usr/share/doc/libgstroke/COPYRIGHT
/usr/share/doc/libgstroke/CREDITS
/usr/share/doc/libgstroke/ChangeLog
/usr/share/doc/libgstroke/NEWS
/usr/share/doc/libgstroke/README
/usr/share/doc/libgstroke/TODO
---
title: "How To Install libgstroke on Fedora 36"
linkTitle: "libgstroke"
type: "docs"
description: "In this tutorial we learn how to install libgstroke in Fedora 36. libgstroke is Optional libgstroke files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libgstroke-featured.png
---

## Introduction

In this tutorial we learn how to install `libgstroke` on Fedora 36.

### What is `libgstroke`

> GNOME version of LibStroke (libgstroke). LibStroke is a stroke interface library.  Strokes are motions of the mouse that can be interpreted by a program as a command.  

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

## Install libgstroke 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 libgstroke using dnf by running the following command:

sudo dnf -y install libgstroke

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

sudo yum -y install libgstroke

How To Uninstall libgstroke on Fedora 36

To uninstall only the libgstroke package we can use the following command:

sudo dnf remove libgstroke
## libgstroke Package Contents on Fedora 36


```bash
## References

* [libgstroke website](http://www.etla.net/libstroke/)

## Summary

In this tutorial we learn how to install `libgstroke` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/1b05fd077f0116a72ea6292c0beb1d917fa7c2
/usr/lib64/libgstroke.so.0
/usr/lib64/libgstroke.so.0.0.5
/usr/share/doc/libgstroke
/usr/share/doc/libgstroke/AUTHORS
/usr/share/doc/libgstroke/COPYRIGHT
/usr/share/doc/libgstroke/CREDITS
/usr/share/doc/libgstroke/ChangeLog
/usr/share/doc/libgstroke/NEWS
/usr/share/doc/libgstroke/README
/usr/share/doc/libgstroke/TODO

References

Summary

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