How to Install and Uninstall python3-hstspreload.noarch Package on Oracle Linux 8

Last updated: May 04,2024

1. Install "python3-hstspreload.noarch" package

Please follow the guidelines below to install python3-hstspreload.noarch on Oracle Linux 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 Oracle Linux 8:

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

3. Information about the python3-hstspreload.noarch package on Oracle Linux 8

Last metadata expiration check: 5:53:22 ago on Mon Sep 12 02:51:38 2022.
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.