How to Install and Uninstall libsoup.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "libsoup.x86_64" package

This is a short guide on how to install libsoup.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libsoup.x86_64

2. Uninstall "libsoup.x86_64" package

This guide let you learn how to uninstall libsoup.x86_64 on Fedora 34:

$ sudo dnf remove libsoup.x86_64 $ sudo dnf autoremove

3. Information about the libsoup.x86_64 package on Fedora 34

Last metadata expiration check: 1:06:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libsoup
Version : 2.72.0
Release : 6.fc34
Architecture : x86_64
Size : 397 k
Source : libsoup-2.72.0-6.fc34.src.rpm
Repository : fedora
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).