How To Install restsharp on Fedora 36
Introduction
In this tutorial we learn how to install restsharp
on Fedora 36.
What is restsharp
Simple REST and HTTP API Client.
We can use yum
or dnf
to install restsharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install restsharp.
Install restsharp 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 restsharp
using dnf
by running the following command:
sudo dnf -y install restsharp
Install restsharp 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 restsharp
using yum
by running the following command:
sudo yum -y install restsharp
How To Uninstall restsharp on Fedora 36
To uninstall only the restsharp
package we can use the following command:
sudo dnf remove restsharp
restsharp Package Contents on Fedora 36
---
title: "How To Install restsharp on Fedora 36"
linkTitle: "restsharp"
type: "docs"
description: "In this tutorial we learn how to install restsharp in Fedora 36. restsharp is Simple REST and HTTP API Client"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/restsharp-featured.png
---
## Introduction
In this tutorial we learn how to install `restsharp` on Fedora 36.
### What is `restsharp`
> Simple REST and HTTP API Client.
We can use `yum` or `dnf` to install `restsharp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install restsharp.
## Install restsharp 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 restsharp
using dnf
by running the following command:
sudo dnf -y install restsharp
Install restsharp 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 restsharp
using yum
by running the following command:
sudo yum -y install restsharp
How To Uninstall restsharp on Fedora 36
To uninstall only the restsharp
package we can use the following command:
sudo dnf remove restsharp
restsharp Package Contents on Fedora 36
/usr/lib/mono/gac/RestSharp
/usr/lib/mono/gac/RestSharp/100.0.0.0__598062e77f915f75
/usr/lib/mono/gac/RestSharp/100.0.0.0__598062e77f915f75/RestSharp.dll
/usr/lib/mono/gac/RestSharp/100.0.0.0__598062e77f915f75/RestSharp.dll.mdb
/usr/lib/mono/restsharp
/usr/lib/mono/restsharp/RestSharp.dll
/usr/share/doc/restsharp
/usr/share/doc/restsharp/CONTRIBUTING.markdown
/usr/share/doc/restsharp/README.markdown
/usr/share/doc/restsharp/readme.txt
/usr/share/doc/restsharp/releasenotes.markdown
/usr/share/licenses/restsharp
/usr/share/licenses/restsharp/LICENSE.txt
References
Summary
In this tutorial we learn how to install restsharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/mono/gac/RestSharp /usr/lib/mono/gac/RestSharp/100.0.0.0__598062e77f915f75 /usr/lib/mono/gac/RestSharp/100.0.0.0__598062e77f915f75/RestSharp.dll /usr/lib/mono/gac/RestSharp/100.0.0.0__598062e77f915f75/RestSharp.dll.mdb /usr/lib/mono/restsharp /usr/lib/mono/restsharp/RestSharp.dll /usr/share/doc/restsharp /usr/share/doc/restsharp/CONTRIBUTING.markdown /usr/share/doc/restsharp/README.markdown /usr/share/doc/restsharp/readme.txt /usr/share/doc/restsharp/releasenotes.markdown /usr/share/licenses/restsharp /usr/share/licenses/restsharp/LICENSE.txt
## References
* [restsharp website](http://restsharp.org)
## Summary
In this tutorial we learn how to install `restsharp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).