How To Install libgssdp-1.2-dev on Ubuntu 20.04

In this tutorial we learn how to install libgssdp-1.2-dev on Ubuntu 20.04. libgssdp-1.2-dev is GObject-based library for SSDP (development files) GObject-based library for SSDP (development files)

Introduction

In this tutorial we learn how to install libgssdp-1.2-dev on Ubuntu 20.04.

What is libgssdp-1.2-dev

libgssdp-1.2-dev is:

A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently.

This package contains the development files.

Package: libgssdp-1.2-dev Architecture: amd64 Version: 1.2.2-1 Multi-Arch: same Priority: optional Section: libdevel Source: gssdp Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 120 Depends: libgssdp-1.2-0 (= 1.2.2-1), gir1.2-gssdp-1.2 (= 1.2.2-1), libsoup2.4-dev Suggests: libgssdp-doc Breaks: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4) Replaces: gir-repository-dev (<= 0.6.5-5), gupnp-vala (<= 0.10.4) Filename: pool/main/g/gssdp/libgssdp-1.2-dev_1.2.2-1_amd64.deb Size: 11776 MD5sum: f0091a64180568f9d1bbcb61e18a8d95 SHA1: f4a71c002746d04ed2892541f5fcee999ea25e43 SHA256: d00db5b2b7d64349da7969665bc220704111bf16de29fc49f4280b5fdf83c61c Homepage: https://wiki.gnome.org/Projects/GUPnP Description-en: GObject-based library for SSDP (development files) A GObject-based API for doing SSDP (Simple Service Discovery Protocol) transparently.

This package contains the development files.

There are three methods to install libgssdp-1.2-dev on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libgssdp-1.2-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libgssdp-1.2-dev using apt-get by running the following command:

sudo apt-get -y install libgssdp-1.2-dev

Install libgssdp-1.2-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libgssdp-1.2-dev using apt by running the following command:

sudo apt -y install libgssdp-1.2-dev

Install libgssdp-1.2-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libgssdp-1.2-dev using aptitude by running the following command:

sudo aptitude -y install libgssdp-1.2-dev

How To Uninstall libgssdp-1.2-dev on Ubuntu 20.04

To uninstall only the libgssdp-1.2-dev package we can use the following command:

sudo apt-get remove libgssdp-1.2-dev

Uninstall libgssdp-1.2-dev And Its Dependencies

To uninstall libgssdp-1.2-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libgssdp-1.2-dev

Remove libgssdp-1.2-dev Configurations and Data

To remove libgssdp-1.2-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libgssdp-1.2-dev

Remove libgssdp-1.2-dev configuration, data, and all of its dependencies

We can use the following command to remove libgssdp-1.2-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libgssdp-1.2-dev

References

Summary

In this tutorial we learn how to install libgssdp-1.2-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.