How To Install openslp on Fedora 36
Introduction
In this tutorial we learn how to install openslp
on Fedora 36.
What is openslp
Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. OpenSLP is an open source implementation of the SLPv2 protocol as defined by RFC 2608 and RFC 2614.
We can use yum
or dnf
to install openslp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openslp.
Install openslp 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
using dnf
by running the following command:
sudo dnf -y install openslp
Install openslp 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
using yum
by running the following command:
sudo yum -y install openslp
How To Uninstall openslp on Fedora 36
To uninstall only the openslp
package we can use the following command:
sudo dnf remove openslp
openslp Package Contents on Fedora 36
/etc/slp.conf
/usr/bin/slptool
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/b03d7e3d1c5e084d05bc4c7bdbc824083eb063
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/d7e5405a1bdeb92ad107000130f37e6516a274
/usr/lib/libslp.so.1
/usr/lib/libslp.so.1.0.0
/usr/share/doc/openslp
/usr/share/doc/openslp/AUTHORS
/usr/share/doc/openslp/COPYING
/usr/share/doc/openslp/FAQ
/usr/share/doc/openslp/NEWS
/usr/share/doc/openslp/README
/usr/share/doc/openslp/THANKS
/usr/share/man/man1/slptool.1.gz
References
Summary
In this tutorial we learn how to install openslp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install openslp on Fedora 36” linkTitle: “openslp” type: “docs” description: “In this tutorial we learn how to install openslp in Fedora 36. openslp is Open implementation of Service Location Protocol V2” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openslp-featured.png
Introduction
In this tutorial we learn how to install openslp
on Fedora 36.
What is openslp
Service Location Protocol is an IETF standards track protocol that provides a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. OpenSLP is an open source implementation of the SLPv2 protocol as defined by RFC 2608 and RFC 2614.
We can use yum
or dnf
to install openslp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openslp.
Install openslp 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
using dnf
by running the following command:
sudo dnf -y install openslp
Install openslp 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
using yum
by running the following command:
sudo yum -y install openslp
How To Uninstall openslp on Fedora 36
To uninstall only the openslp
package we can use the following command:
sudo dnf remove openslp
openslp Package Contents on Fedora 36
/etc/slp.conf
/usr/bin/slptool
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/a8bb759fae88c1859ddda0c3688a7a54d110d1
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/304314b4b04d7d294d4102d33bbbff1f592f92
/usr/lib64/libslp.so.1
/usr/lib64/libslp.so.1.0.0
/usr/share/doc/openslp
/usr/share/doc/openslp/AUTHORS
/usr/share/doc/openslp/COPYING
/usr/share/doc/openslp/FAQ
/usr/share/doc/openslp/NEWS
/usr/share/doc/openslp/README
/usr/share/doc/openslp/THANKS
/usr/share/man/man1/slptool.1.gz
References
Summary
In this tutorial we learn how to install openslp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).