How to Install and Uninstall libsoup.src Package on Oracle Linux 9

Last updated: November 28,2024

1. Install "libsoup.src" package

Please follow the steps below to install libsoup.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libsoup.src

2. Uninstall "libsoup.src" package

Please follow the guidance below to uninstall libsoup.src on Oracle Linux 9:

$ sudo dnf remove libsoup.src $ sudo dnf autoremove

3. Information about the libsoup.src package on Oracle Linux 9

Last metadata expiration check: 2:17:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libsoup
Version : 2.72.0
Release : 8.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_appstream
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).