How to Install and Uninstall libsoup.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libsoup.x86_64" package

This is a short guide on how to install libsoup.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libsoup.x86_64

2. Uninstall "libsoup.x86_64" package

This guide covers the steps necessary to uninstall libsoup.x86_64 on Rocky Linux 8:

$ sudo dnf remove libsoup.x86_64 $ sudo dnf autoremove

3. Information about the libsoup.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:22:15 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libsoup
Version : 2.62.3
Release : 2.el8
Architecture : x86_64
Size : 423 k
Source : libsoup-2.62.3-2.el8.src.rpm
Repository : baseos
Summary : Soup, an HTTP library implementation
URL : https://wiki.gnome.org/Projects/libsoup
License : LGPLv2
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).