How To Install servus on Fedora 36
Introduction
In this tutorial we learn how to install servus
on Fedora 36.
What is servus
Servus is a small C++ network utility library that provides a zeroconf API, URI parsing and UUIDs.
We can use yum
or dnf
to install servus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install servus.
Install servus 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 servus
using dnf
by running the following command:
sudo dnf -y install servus
Install servus 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 servus
using yum
by running the following command:
sudo yum -y install servus
How To Uninstall servus on Fedora 36
To uninstall only the servus
package we can use the following command:
sudo dnf remove servus
servus Package Contents on Fedora 36
/usr/bin/servusBrowser
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/985dc49c485d630293df48183f4ef84790b515
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/9cd67cb3f8e749b02f3382c4cb317b489033af
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/dfe6182071d1a205a5756b556441b388593ce1
/usr/lib64/libServus.so.6
/usr/lib64/libServus.so.6.0.0
/usr/lib64/libServusQt.so.6
/usr/lib64/libServusQt.so.6.0.0
/usr/share/applications/servus.desktop
/usr/share/doc/servus
/usr/share/doc/servus/AUTHORS.txt
/usr/share/doc/servus/Changelog.md
/usr/share/doc/servus/LICENSE.txt
/usr/share/doc/servus/README.md
/usr/share/licenses/servus
/usr/share/licenses/servus/ACKNOWLEDGEMENTS.txt
/usr/share/licenses/servus/COPYING
/usr/share/licenses/servus/COPYING.LESSER
References
Summary
In this tutorial we learn how to install servus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install servus on Fedora 36” linkTitle: “servus” type: “docs” description: “In this tutorial we learn how to install servus in Fedora 36. servus is Zeroconf discovery in C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/servus-featured.png
Introduction
In this tutorial we learn how to install servus
on Fedora 36.
What is servus
Servus is a small C++ network utility library that provides a zeroconf API, URI parsing and UUIDs.
We can use yum
or dnf
to install servus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install servus.
Install servus 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 servus
using dnf
by running the following command:
sudo dnf -y install servus
Install servus 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 servus
using yum
by running the following command:
sudo yum -y install servus
How To Uninstall servus on Fedora 36
To uninstall only the servus
package we can use the following command:
sudo dnf remove servus
servus Package Contents on Fedora 36
/usr/bin/servusBrowser
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/69c0667c27c41add84f5d53ea3a078d87e2a49
/usr/lib/.build-id/71
/usr/lib/.build-id/71/bbfd35435b4069667c33e6af31e81a9ad1932d
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/5a578237708fdca2cddcb7a42dac1622c0b26d
/usr/lib/libServus.so.6
/usr/lib/libServus.so.6.0.0
/usr/lib/libServusQt.so.6
/usr/lib/libServusQt.so.6.0.0
/usr/share/applications/servus.desktop
/usr/share/doc/servus
/usr/share/doc/servus/AUTHORS.txt
/usr/share/doc/servus/Changelog.md
/usr/share/doc/servus/LICENSE.txt
/usr/share/doc/servus/README.md
/usr/share/licenses/servus
/usr/share/licenses/servus/ACKNOWLEDGEMENTS.txt
/usr/share/licenses/servus/COPYING
/usr/share/licenses/servus/COPYING.LESSER
References
Summary
In this tutorial we learn how to install servus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).