How To Install webkit2-sharp on Fedora 36
Introduction
In this tutorial we learn how to install webkit2-sharp
on Fedora 36.
What is webkit2-sharp
C# bindings for WebKit 2 with GTK+ 3
We can use yum
or dnf
to install webkit2-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install webkit2-sharp.
Install webkit2-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 webkit2-sharp
using dnf
by running the following command:
sudo dnf -y install webkit2-sharp
Install webkit2-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 webkit2-sharp
using yum
by running the following command:
sudo yum -y install webkit2-sharp
How To Uninstall webkit2-sharp on Fedora 36
To uninstall only the webkit2-sharp
package we can use the following command:
sudo dnf remove webkit2-sharp
webkit2-sharp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/e563362138552e4e113f3ec21ada47d30a8d9a
/usr/lib/mono
/usr/lib/mono/gac
/usr/lib/mono/gac/webkit2-sharp
/usr/lib/mono/gac/webkit2-sharp/2.10.9.0__93af088ca72d1b59
/usr/lib/mono/gac/webkit2-sharp/2.10.9.0__93af088ca72d1b59/webkit2-sharp.dll
/usr/lib/mono/gac/webkit2-sharp/2.10.9.0__93af088ca72d1b59/webkit2-sharp.dll.config
/usr/lib/mono/webkit2-sharp
/usr/lib/mono/webkit2-sharp/webkit2-sharp.dll
/usr/lib64/libwebkit2sharpglue-2.10.9.so
/usr/share/doc/webkit2-sharp
/usr/share/doc/webkit2-sharp/README.md
/usr/share/gapi-3.0/webkit2-sharp-api.xml
/usr/share/licenses/webkit2-sharp
/usr/share/licenses/webkit2-sharp/COPYING
References
Summary
In this tutorial we learn how to install webkit2-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).