< Home - < Back

libsoup


Information about the package, libsoup, which is shipped with common Linux distributions. The libsoup package is designed for, Soup, an HTTP library implementation.


Package Name:

libsoup

Summary:

Soup, an HTTP library implementation

Description:

Libsoup is an HTTP library implementation in C. It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. libsoup uses the Glib main loop and is designed to work well with GTK applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it).

Architecture:

x86_64

Version:

2.34.3

Release:

5.el6

Size:

188 k

Repository:

base

From Repository:

Licence:

LGPLv2



Handy Yum Commands for libsoup


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


Command

Description of Command

yum install libsoup

This command will install libsoup on the server.

yum remove libsoup

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

yum -y remove libsoup

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

yum update libsoup

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

yum -y update libsoup

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

yum info libsoup

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

yum deplist libsoup

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

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