How to Install and Uninstall libpsl.x86_64 Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "libpsl.x86_64" package

Learn how to install libpsl.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libpsl.x86_64

2. Uninstall "libpsl.x86_64" package

Here is a brief guide to show you how to uninstall libpsl.x86_64 on Oracle Linux 8:

$ sudo dnf remove libpsl.x86_64 $ sudo dnf autoremove

3. Information about the libpsl.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:20:56 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : libpsl
Version : 0.20.2
Release : 6.el8
Architecture : x86_64
Size : 69 k
Source : libpsl-0.20.2-6.el8.src.rpm
Repository : @System
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;