How To Install libgweather-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libgweather-devel.x86_64 in Amazon Linux 2. libgweather-devel.x86_64 is Development files for libgweather

Introduction

In this tutorial we learn how to install libgweather-devel.x86_64 on Amazon Linux 2.

What is libgweather-devel.x86_64

The libgweather-devel package contains libraries and header files for developing applications that use libgweather.

We can use yum to install libgweather-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libgweather-devel.x86_64.

Install libgweather-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libgweather-devel.x86_64 using yum by running the following command:

sudo yum -y install libgweather-devel.x86_64

How To Uninstall libgweather-devel.x86_64 on Amazon Linux 2

To uninstall only the libgweather-devel.x86_64 package we can use the following command:

sudo yum remove libgweather-devel.x86_64

libgweather-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libgweather-3.0
/usr/include/libgweather-3.0/libgweather
/usr/include/libgweather-3.0/libgweather/gweather-enum-types.h
/usr/include/libgweather-3.0/libgweather/gweather-enums.h
/usr/include/libgweather-3.0/libgweather/gweather-location-entry.h
/usr/include/libgweather-3.0/libgweather/gweather-location.h
/usr/include/libgweather-3.0/libgweather/gweather-timezone-menu.h
/usr/include/libgweather-3.0/libgweather/gweather-timezone.h
/usr/include/libgweather-3.0/libgweather/gweather-version.h
/usr/include/libgweather-3.0/libgweather/gweather-weather.h
/usr/include/libgweather-3.0/libgweather/gweather.h
/usr/lib64/libgweather-3.so
/usr/lib64/pkgconfig/gweather-3.0.pc
/usr/share/gir-1.0/GWeather-3.0.gir
/usr/share/glade
/usr/share/glade/catalogs
/usr/share/glade/catalogs/libgweather.xml
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libgweather
/usr/share/gtk-doc/html/libgweather/GWeatherInfo.html
/usr/share/gtk-doc/html/libgweather/GWeatherLocation.html
/usr/share/gtk-doc/html/libgweather/GWeatherLocationEntry.html
/usr/share/gtk-doc/html/libgweather/GWeatherTimezone.html
/usr/share/gtk-doc/html/libgweather/GWeatherTimezoneMenu.html
/usr/share/gtk-doc/html/libgweather/annotation-glossary.html
/usr/share/gtk-doc/html/libgweather/api-index-deprecated.html
/usr/share/gtk-doc/html/libgweather/api-index-full.html
/usr/share/gtk-doc/html/libgweather/ch01.html
/usr/share/gtk-doc/html/libgweather/home.png
/usr/share/gtk-doc/html/libgweather/index.html
/usr/share/gtk-doc/html/libgweather/ix03.html
/usr/share/gtk-doc/html/libgweather/left-insensitive.png
/usr/share/gtk-doc/html/libgweather/left.png
/usr/share/gtk-doc/html/libgweather/libgweather-Versioning-information.html
/usr/share/gtk-doc/html/libgweather/libgweather.devhelp2
/usr/share/gtk-doc/html/libgweather/object-tree.html
/usr/share/gtk-doc/html/libgweather/right-insensitive.png
/usr/share/gtk-doc/html/libgweather/right.png
/usr/share/gtk-doc/html/libgweather/style.css
/usr/share/gtk-doc/html/libgweather/up-insensitive.png
/usr/share/gtk-doc/html/libgweather/up.png
/usr/share/vala
/usr/share/vala/vapi
/usr/share/vala/vapi/gweather-3.0.deps
/usr/share/vala/vapi/gweather-3.0.vapi

References

Summary

In this tutorial we learn how to install libgweather-devel.x86_64 on Amazon Linux 2 using yum.