How To Install soup-sharp on Fedora 36
lastmod: “2022-08-17” #image: /images/fedora/36/soup-sharp-featured.png
Introduction
title: “How To Install soup-sharp on Fedora 36”
linkTitle: “soup-sharp”
In this tutorial we learn how to install soup-sharp
on Fedora 36.
type: “docs”
What is soup-sharp
description: “In this tutorial we learn how to install soup-sharp in Fedora 36. soup-sharp is .NET bindings for libsoup”
date: “2022-08-17”
WebKit-sharp is .NET bindings for the WebKit rendering engine.
lastmod: “2022-08-17” #image: /images/fedora/36/soup-sharp-featured.png
We can use yum
or dnf
to install soup-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soup-sharp.
Introduction
Install soup-sharp on Fedora 36 Using dnf
In this tutorial we learn how to install soup-sharp
on Fedora 36.
Update yum database with dnf
using the following command.
### What is `soup-sharp`
sudo dnf makecache --refresh
> WebKit-sharp is .NET bindings for the WebKit rendering engine.
We can use `yum` or `dnf` to install `soup-sharp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install soup-sharp.
## Install soup-sharp 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 soup-sharp
using dnf
by running the following command:
sudo dnf -y install soup-sharp
Install soup-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 `soup-sharp` using `yum` by running the following command:
After updating yum database, We can install `soup-sharp` using `dnf` by running the following command:
```bash
```bash
sudo dnf -y install soup-sharp
sudo yum -y install soup-sharp
## How To Uninstall soup-sharp on Fedora 36
## Install soup-sharp on Fedora 36 Using yum
Update yum database with `yum` using the following command.
To uninstall only the `soup-sharp` package we can use the following command:
```bash
```bash
sudo dnf remove soup-sharp
sudo yum makecache --refresh
## soup-sharp Package Contents on Fedora 36
After updating yum database, We can install `soup-sharp` using `yum` by running the following command:
```bash
```bash
sudo yum -y install soup-sharp
How To Uninstall soup-sharp on Fedora 36
To uninstall only the soup-sharp
package we can use the following command:
sudo dnf remove soup-sharp
soup-sharp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/30079a6fd002efaf4a8d1168cb54a5ee2f6612
/usr/lib/mono
/usr/lib/mono/gac
/usr/lib/mono/gac/soup-sharp
/usr/lib/mono/gac/soup-sharp/2.42.2.0__91c4c95333b14883
/usr/lib/mono/gac/soup-sharp/2.42.2.0__91c4c95333b14883/soup-sharp.dll
/usr/lib/mono/gac/soup-sharp/2.42.2.0__91c4c95333b14883/soup-sharp.dll.config
/usr/lib/mono/soup-sharp
/usr/lib/mono/soup-sharp/soup-sharp.dll
/usr/lib64/libsoupsharpglue-2.42.2.so
/usr/share/doc/soup-sharp
/usr/share/doc/soup-sharp/AUTHORS
/usr/share/doc/soup-sharp/README.md
/usr/share/gapi-3.0/soup-sharp-api.xml
/usr/share/licenses/soup-sharp
/usr/share/licenses/soup-sharp/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/60853652bcb0c9116cdfd07c5b8cea4905f26c
/usr/lib/libsoupsharpglue-2.42.2.so
/usr/lib/mono
/usr/lib/mono/gac
/usr/lib/mono/gac/soup-sharp
/usr/lib/mono/gac/soup-sharp/2.42.2.0__91c4c95333b14883
/usr/lib/mono/gac/soup-sharp/2.42.2.0__91c4c95333b14883/soup-sharp.dll
/usr/lib/mono/gac/soup-sharp/2.42.2.0__91c4c95333b14883/soup-sharp.dll.config
/usr/lib/mono/soup-sharp
/usr/lib/mono/soup-sharp/soup-sharp.dll
/usr/share/doc/soup-sharp
/usr/share/doc/soup-sharp/AUTHORS
/usr/share/doc/soup-sharp/README.md
/usr/share/gapi-3.0/soup-sharp-api.xml
/usr/share/licenses/soup-sharp
/usr/share/licenses/soup-sharp/COPYING
References
Summary
In this tutorial we learn how to install soup-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [soup-sharp website](https://github.com/stsundermann/soup-sharp)
## Summary
In this tutorial we learn how to install `soup-sharp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).