How To Install avahi-sharp on Fedora 36
Introduction
In this tutorial we learn how to install avahi-sharp
on Fedora 36.
What is avahi-sharp
The avahi-sharp package contains the files needed to develop mono programs that use avahi.
We can use yum
or dnf
to install avahi-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-sharp.
Install avahi-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 avahi-sharp
using dnf
by running the following command:
sudo dnf -y install avahi-sharp
Install avahi-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 avahi-sharp
using yum
by running the following command:
sudo yum -y install avahi-sharp
How To Uninstall avahi-sharp on Fedora 36
To uninstall only the avahi-sharp
package we can use the following command:
sudo dnf remove avahi-sharp
avahi-sharp Package Contents on Fedora 36
/usr/lib/mono/avahi-sharp
/usr/lib/mono/avahi-sharp/avahi-sharp.dll
/usr/lib/mono/gac/avahi-sharp
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.config
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.mdb
/usr/lib64/pkgconfig/avahi-sharp.pc
References
Summary
In this tutorial we learn how to install avahi-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install avahi-sharp on Fedora 36” linkTitle: “avahi-sharp” type: “docs” description: “In this tutorial we learn how to install avahi-sharp in Fedora 36. avahi-sharp is Mono language bindings for avahi mono development” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/avahi-sharp-featured.png
Introduction
In this tutorial we learn how to install avahi-sharp
on Fedora 36.
What is avahi-sharp
The avahi-sharp package contains the files needed to develop mono programs that use avahi.
We can use yum
or dnf
to install avahi-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-sharp.
Install avahi-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 avahi-sharp
using dnf
by running the following command:
sudo dnf -y install avahi-sharp
Install avahi-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 avahi-sharp
using yum
by running the following command:
sudo yum -y install avahi-sharp
How To Uninstall avahi-sharp on Fedora 36
To uninstall only the avahi-sharp
package we can use the following command:
sudo dnf remove avahi-sharp
avahi-sharp Package Contents on Fedora 36
/usr/lib/mono/avahi-sharp
/usr/lib/mono/avahi-sharp/avahi-sharp.dll
/usr/lib/mono/gac/avahi-sharp
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.config
/usr/lib/mono/gac/avahi-sharp/1.0.0.0__4d116c78973743f5/avahi-sharp.dll.mdb
/usr/lib/pkgconfig/avahi-sharp.pc
References
Summary
In this tutorial we learn how to install avahi-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).