How to Install and Uninstall python3-hstspreload.noarch Package on CentOS 8 / RHEL 8

Last updated: October 08,2024

1. Install "python3-hstspreload.noarch" package

In this section, we are going to explain the necessary steps to install python3-hstspreload.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-hstspreload.noarch" package

Please follow the guidance below to uninstall python3-hstspreload.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-hstspreload.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:53:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-hstspreload
Version : 2020.6.5
Release : 1.el8
Architecture : noarch
Size : 797 k
Source : python-hstspreload-2020.6.5-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.