How To Install openslp-server on Fedora 36
Introduction
In this tutorial we learn how to install openslp-server
on Fedora 36.
What is openslp-server
OpenSLP server daemon to dynamically register services.
We can use yum
or dnf
to install openslp-server
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openslp-server.
Install openslp-server 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 openslp-server
using dnf
by running the following command:
sudo dnf -y install openslp-server
Install openslp-server 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 openslp-server
using yum
by running the following command:
sudo yum -y install openslp-server
How To Uninstall openslp-server on Fedora 36
To uninstall only the openslp-server
package we can use the following command:
sudo dnf remove openslp-server
openslp-server Package Contents on Fedora 36
/etc/slp.reg
/etc/slp.spi
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/62b162cd7b983b0094ec53f711e327c1cea339
/usr/lib/openslp-server/slp-multicast-set.sh
/usr/lib/systemd/system/slpd.service
/usr/sbin/slpd
/usr/share/doc/openslp-server
/usr/share/doc/openslp-server/IntroductionToSLP
/usr/share/doc/openslp-server/IntroductionToSLP/index.html
/usr/share/doc/openslp-server/UsersGuide
/usr/share/doc/openslp-server/UsersGuide/CommandLine.html
/usr/share/doc/openslp-server/UsersGuide/FileLocations.html
/usr/share/doc/openslp-server/UsersGuide/Installation.html
/usr/share/doc/openslp-server/UsersGuide/Optimization.html
/usr/share/doc/openslp-server/UsersGuide/Security.html
/usr/share/doc/openslp-server/UsersGuide/SlpConf.html
/usr/share/doc/openslp-server/UsersGuide/SlpReg.html
/usr/share/doc/openslp-server/UsersGuide/WhenToRunSlpd.html
/usr/share/doc/openslp-server/UsersGuide/WhoShouldRead.html
/usr/share/doc/openslp-server/UsersGuide/index.html
/usr/share/doc/openslp-server/faq.html
/usr/share/man/man8/slpd.8.gz
References
Summary
In this tutorial we learn how to install openslp-server
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).