How to Install and Uninstall xortool.noarch Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "xortool.noarch" package

This tutorial shows how to install xortool.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install xortool.noarch

2. Uninstall "xortool.noarch" package

Please follow the steps below to uninstall xortool.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove xortool.noarch $ sudo dnf autoremove

3. Information about the xortool.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 9:06:12 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : xortool
Version : 0.99
Release : 1.el8
Architecture : noarch
Size : 25 k
Source : xortool-0.99-1.el8.src.rpm
Repository : epel
Summary : A tool for XOR cipher analysis
URL : https://github.com/hellman/xortool
License : MIT
Description : A tool to do some XOR analysis to guess the key length (based on count of
: equal chars) and to guess the key (base on knowledge of most frequent char).