< Home - < Back

openslp-server


Information about the package, openslp-server, which is shipped with common Linux distributions. The openslp-server package is designed for, OpenSLP server daemon.


Package Name:

openslp-server

Summary:

OpenSLP server daemon

Description:

Service Location Protocol is an IETF standards track protocol that provides a framework that allows networking applications to discover the existence, location, and configuration of networked services in enterprise networks. This package contains the SLP server. Every system, which provides any services that should be used via an SLP client must run this server and register the service.

Architecture:

x86_64

Version:

2.0.0

Release:

2.el6

Size:

69 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for openslp-server


Control the openslp-server package with the following handy commands outlined below.


Command

Description of Command

yum install openslp-server

This command will install openslp-server on the server.

yum remove openslp-server

This command will un-install openslp-server on the server. When you run this command, you will be asked if you are sure that you want to remove openslp-server, so you have to manually confirm that you want to do this.

yum -y remove openslp-server

This command will un-install openslp-server on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove openslp-server when using the -y flag.

yum update openslp-server

This command will update openslp-server to the latest version. When you run this command, you will be asked if you are sure that you want to remove openslp-server, so you have to manually confirm that you want to do this.

yum -y update openslp-server

This command will update openslp-server to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove openslp-server when using the -y flag.

yum info openslp-server

This command will show you core information about the openslp-server package.

yum deplist openslp-server

This command will show you the dependencies for openslp-server. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update openslp-server

This command will check if there is an update waiting on openslp-server. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.