< Home - < Back

libupnp


Information about the package, libupnp, which is shipped with common Linux distributions. The libupnp package is designed for, Universal Plug and Play (UPnP) SDK.


Package Name:

libupnp

Summary:

Universal Plug and Play (UPnP) SDK

Description:

The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux.

Architecture:

x86_64

Version:

1.6.21

Release:

1.el6

Size:

95 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for libupnp


Control the libupnp package with the following handy commands outlined below.


Command

Description of Command

yum install libupnp

This command will install libupnp on the server.

yum remove libupnp

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

yum -y remove libupnp

This command will un-install libupnp 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 libupnp when using the -y flag.

yum update libupnp

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

yum -y update libupnp

This command will update libupnp 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 libupnp when using the -y flag.

yum info libupnp

This command will show you core information about the libupnp package.

yum deplist libupnp

This command will show you the dependencies for libupnp. 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 libupnp

This command will check if there is an update waiting on libupnp. 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.