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

Last updated: May 02,2024

1. Install "libsoup.src" package

Please follow the guidance below to install libsoup.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libsoup.src

2. Uninstall "libsoup.src" package

Please follow the step by step instructions below to uninstall libsoup.src on Oracle Linux 8:

$ sudo dnf remove libsoup.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:43:23 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libsoup
Version : 2.62.3
Release : 2.el8
Architecture : src
Size : 1.8 M
Source : None
Repository : ol8_baseos_latest
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).