How to Install and Uninstall python3-hstspreload.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "python3-hstspreload.noarch" package

Here is a brief guide to show you how to install python3-hstspreload.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3-hstspreload.noarch

2. Uninstall "python3-hstspreload.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-hstspreload.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3-hstspreload.noarch $ sudo dnf autoremove

3. Information about the python3-hstspreload.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:58:01 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-hstspreload
Version : 2021.5.24
Release : 1.el8
Architecture : noarch
Size : 1.0 M
Source : python-hstspreload-2021.5.24-1.el8.src.rpm
Repository : epel
Summary : Chromium HSTS Preload list
URL : https://github.com/sethmlarson/hstspreload
License : BSD
Description : Chromium HSTS Preload list as a Python package. The package provides a
: single function: in_hsts_preload() which takes an IDNA-encoded host and
: returns either True or False regarding whether that host should be only
: accessed via HTTPS.