How To Install libgstroke on Fedora 34
Introduction
In this tutorial we learn how to install libgstroke
on Fedora 34.
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. libgstroke 0.5.1 43.fc34 x86_64 20 k libstroke-0.5.1-43.fc34.src.rpm fedora Optional libgstroke files http GPLv2 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libgstroke.
Install libgstroke on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libgstroke
using dnf
by running the following command:
sudo dnf -y install libgstroke
Install libgstroke on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the libgstroke
package we can use the following command:
sudo dnf remove libgstroke
libgstroke Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/6d7e7ba6294d7eae000d633e602a2941368388
/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
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/ed99b9f20bad4009f2b77e789879b01e1dc7d0
/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
- [libgstroke website](http://www.etla.net/libstroke/ http://www.etla.net/libstroke/)
Summary
In this tutorial we learn how to install libgstroke
on Fedora 34 using yum and dnf.