How To Install libstroke on Fedora 36

In this tutorial we learn how to install libstroke in Fedora 36. libstroke is A stroke interface library

Introduction


In this tutorial we learn how to install libstroke on Fedora 36. title: “How To Install libstroke on Fedora 36”

linkTitle: “libstroke”

What is libstroke

type: “docs”

description: “In this tutorial we learn how to install libstroke in Fedora 36. libstroke is A stroke interface library”

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

date: “2022-08-17” lastmod: “2022-08-17” We can use yum or dnf to install libstroke on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libstroke. #image: /images/fedora/36/libstroke-featured.png


Install libstroke on Fedora 36 Using dnf

Introduction

Update yum database with dnf using the following command.

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


sudo dnf makecache --refresh
### What is `libstroke`

LibStroke is a stroke interface library. Strokes are motions of the mouse that can be interpreted by a program as a command.
After updating yum database, We can install libstroke using dnf by running the following command:

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

Install libstroke on Fedora 36 Using dnf

Install libstroke on Fedora 36 Using yum

Update yum database with dnf using the following command.

Update yum database with `yum` using the following command.
sudo dnf makecache --refresh

sudo yum makecache --refresh

After updating yum database, We can install libstroke using dnf by running the following command:

After updating yum database, We can install `libstroke` using `yum` by running the following command:
sudo dnf -y install libstroke

```bash

sudo yum -y install libstroke

Install libstroke on Fedora 36 Using yum


## How To Uninstall libstroke on Fedora 36
Update yum database with `yum` using the following command.


```bash
To uninstall only the `libstroke` package we can use the following command:
sudo yum makecache --refresh

```bash

sudo dnf remove libstroke

After updating yum database, We can install `libstroke` using `yum` by running the following command:


```bash
## libstroke Package Contents on Fedora 36
sudo yum -y install libstroke
## How To Uninstall libstroke on Fedora 36

To uninstall only the `libstroke` package we can use the following command:

```bash
sudo dnf remove libstroke

libstroke Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/b1dfad084473595d9484d1f92e274322f10e2a
/usr/lib/libstroke.so.0
/usr/lib/libstroke.so.0.0.5
/usr/share/doc/libstroke
/usr/share/doc/libstroke/AUTHORS
/usr/share/doc/libstroke/COPYRIGHT
/usr/share/doc/libstroke/CREDITS
/usr/share/doc/libstroke/ChangeLog
/usr/share/doc/libstroke/NEWS
/usr/share/doc/libstroke/README
/usr/share/doc/libstroke/TODO

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/b8 /usr/lib/.build-id/b8/bbdf348ad52482126e472c587fd0bb63c8ffc7 /usr/lib64/libstroke.so.0 /usr/lib64/libstroke.so.0.0.5 /usr/share/doc/libstroke /usr/share/doc/libstroke/AUTHORS /usr/share/doc/libstroke/COPYRIGHT /usr/share/doc/libstroke/CREDITS /usr/share/doc/libstroke/ChangeLog /usr/share/doc/libstroke/NEWS /usr/share/doc/libstroke/README /usr/share/doc/libstroke/TODO


## References

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

## Summary

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