How To Install libgweather-3-16 on Ubuntu 20.04

In this tutorial we learn how to install libgweather-3-16 on Ubuntu 20.04. libgweather-3-16 is GWeather shared library GWeather shared library

Introduction

In this tutorial we learn how to install libgweather-3-16 on Ubuntu 20.04.

What is libgweather-3-16

libgweather-3-16 is:

libgweather is a library to access weather information from online services for numerous locations.

This package contains shared libraries. Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop

Package: libgweather-3-16 Architecture: amd64 Version: 3.36.0-1 Multi-Arch: same Priority: optional Section: libs Source: libgweather Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 213 Depends: libc6 (>= 2.29), libgdk-pixbuf2.0-0 (>= 2.22.0), libgeocode-glib0 (>= 0.99.1), libglib2.0-0 (>= 2.44.0), libgtk-3-0 (>= 3.5.6), libsoup2.4-1 (>= 2.44.0), libxml2 (>= 2.7.4), libgweather-common (>= 3.5.0) Filename: pool/main/libg/libgweather/libgweather-3-16_3.36.0-1_amd64.deb Size: 67956 MD5sum: 15f37d1f65f2088ae812fa27aa63e547 SHA1: ff4b396a3dabe9a2d8a01ab1ff9f3384e3480306 SHA256: 2f5e9443346527b5de8f2de2bcbf998d9a7c19ed703d31264756d7da0ba67d40 Homepage: https://wiki.gnome.org/Projects/LibGWeather Description-en: GWeather shared library libgweather is a library to access weather information from online services for numerous locations.

This package contains shared libraries. Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop

There are three methods to install libgweather-3-16 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 libgweather-3-16 Using apt-get

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

sudo apt-get update

After updating apt database, We can install libgweather-3-16 using apt-get by running the following command:

sudo apt-get -y install libgweather-3-16

Install libgweather-3-16 Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libgweather-3-16 using apt by running the following command:

sudo apt -y install libgweather-3-16

Install libgweather-3-16 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 libgweather-3-16 using aptitude by running the following command:

sudo aptitude -y install libgweather-3-16

How To Uninstall libgweather-3-16 on Ubuntu 20.04

To uninstall only the libgweather-3-16 package we can use the following command:

sudo apt-get remove libgweather-3-16

Uninstall libgweather-3-16 And Its Dependencies

To uninstall libgweather-3-16 and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libgweather-3-16

Remove libgweather-3-16 Configurations and Data

To remove libgweather-3-16 configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libgweather-3-16

Remove libgweather-3-16 configuration, data, and all of its dependencies

We can use the following command to remove libgweather-3-16 configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libgweather-3-16

References

Summary

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