How to Install and Uninstall mingw64-libsoup.noarch Package on Fedora 38

Last updated: November 25,2024

1. Install "mingw64-libsoup.noarch" package

This guide covers the steps necessary to install mingw64-libsoup.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install mingw64-libsoup.noarch

2. Uninstall "mingw64-libsoup.noarch" package

Please follow the steps below to uninstall mingw64-libsoup.noarch on Fedora 38:

$ sudo dnf remove mingw64-libsoup.noarch $ sudo dnf autoremove

3. Information about the mingw64-libsoup.noarch package on Fedora 38

Last metadata expiration check: 5:37:00 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mingw64-libsoup
Version : 2.74.3
Release : 2.fc38
Architecture : noarch
Size : 395 k
Source : mingw-libsoup-2.74.3-2.fc38.src.rpm
Repository : fedora
Summary : MinGW library for HTTP and XML-RPC functionality
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).
:
: This is the MinGW build of Libsoup