How to Install and Uninstall libpsl.i686 Package on Fedora 39

Last updated: October 05,2024

1. Install "libpsl.i686" package

Please follow the instructions below to install libpsl.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libpsl.i686

2. Uninstall "libpsl.i686" package

In this section, we are going to explain the necessary steps to uninstall libpsl.i686 on Fedora 39:

$ sudo dnf remove libpsl.i686 $ sudo dnf autoremove

3. Information about the libpsl.i686 package on Fedora 39

Last metadata expiration check: 3:36:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libpsl
Version : 0.21.2
Release : 4.fc39
Architecture : i686
Size : 63 k
Source : libpsl-0.21.2-4.fc39.src.rpm
Repository : fedora
Summary : 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;