How to Install and Uninstall mingw32-libpsl.noarch Package on Fedora 38

Last updated: October 07,2024

1. Install "mingw32-libpsl.noarch" package

In this section, we are going to explain the necessary steps to install mingw32-libpsl.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install mingw32-libpsl.noarch

2. Uninstall "mingw32-libpsl.noarch" package

Please follow the steps below to uninstall mingw32-libpsl.noarch on Fedora 38:

$ sudo dnf remove mingw32-libpsl.noarch $ sudo dnf autoremove

3. Information about the mingw32-libpsl.noarch package on Fedora 38

Last metadata expiration check: 4:52:35 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : mingw32-libpsl
Version : 0.21.0
Release : 10.fc38
Architecture : noarch
Size : 105 k
Source : mingw-libpsl-0.21.0-10.fc38.src.rpm
Repository : fedora
Summary : MinGW port of C library for the Publix Suffix List
URL : https://rockdaboot.github.io/libpsl
License : MIT
Description : libpsl is a C library to handle the Public Suffix List. A "public suffix" is a
: domain name under which Internet users can directly register own names.
:
: Browsers and other web clients can use it to
:
: - Avoid privacy-leaking "supercookies";
: - Avoid privacy-leaking "super domain" certificates;
: - Domain highlighting parts of the domain in a user interface;
: - Sorting domain lists by site;
:
: Libpsl...
:
: - has built-in PSL data for fast access;
: - allows to load PSL data from files;
: - checks if a given domain is a "public suffix";
: - provides immediate cookie domain verification;
: - finds the longest public part of a given domain;
: - finds the shortest private part of a given domain;
: - works with international domains (UTF-8 and IDNA2008 Punycode);
: - is thread-safe;
: - handles IDNA2008 UTS#46;