How to Install and Uninstall mingw64-libpsl.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "mingw64-libpsl.noarch" package

Please follow the steps below to install mingw64-libpsl.noarch on Fedora 34

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

2. Uninstall "mingw64-libpsl.noarch" package

This guide let you learn how to uninstall mingw64-libpsl.noarch on Fedora 34:

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

3. Information about the mingw64-libpsl.noarch package on Fedora 34

Last metadata expiration check: 1:46:34 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw64-libpsl
Version : 0.21.0
Release : 5.fc34
Architecture : noarch
Size : 97 k
Source : mingw-libpsl-0.21.0-5.fc34.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;