How To Install gudev-sharp on Fedora 36
In this tutorial we learn how to install gudev-sharp in Fedora 36. gudev-sharp is C# bindings for gudev
Introduction
In this tutorial we learn how to install gudev-sharp
on Fedora 36.
What is gudev-sharp
C# bindings for gudev
We can use yum
or dnf
to install gudev-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gudev-sharp.
Install gudev-sharp 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 gudev-sharp
using dnf
by running the following command:
sudo dnf -y install gudev-sharp
Install gudev-sharp 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 gudev-sharp
using yum
by running the following command:
sudo yum -y install gudev-sharp
How To Uninstall gudev-sharp on Fedora 36
To uninstall only the gudev-sharp
package we can use the following command:
sudo dnf remove gudev-sharp
gudev-sharp Package Contents on Fedora 36
/usr/lib/mono/gac/gudev-sharp
/usr/lib/mono/gac/gudev-sharp/1.0.0.0__3565e728cafab25e
/usr/lib/mono/gac/gudev-sharp/1.0.0.0__3565e728cafab25e/gudev-sharp.dll
/usr/lib/mono/gac/gudev-sharp/1.0.0.0__3565e728cafab25e/gudev-sharp.dll.config
/usr/lib/mono/gudev-sharp-1.0
/usr/lib/mono/gudev-sharp-1.0/gudev-sharp.dll
/usr/share/doc/gudev-sharp
/usr/share/doc/gudev-sharp/AUTHORS
/usr/share/doc/gudev-sharp/ChangeLog
/usr/share/doc/gudev-sharp/LICENSE.LGPL
/usr/share/doc/gudev-sharp/NEWS
References
Summary
In this tutorial we learn how to install gudev-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).