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

Last updated: October 07,2024

1. Install "python3-hstspreload.noarch" package

Please follow the steps below to install python3-hstspreload.noarch on CentOS Stream 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 CentOS Stream 8:

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

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

Last metadata expiration check: 6:08:33 ago on Sun Feb 25 03:03:59 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.