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

Last updated: October 09,2024

1. Install "xortool.noarch" package

This guide let you learn how to install xortool.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install xortool.noarch

2. Uninstall "xortool.noarch" package

This is a short guide on how to uninstall xortool.noarch on CentOS Stream 8:

$ sudo dnf remove xortool.noarch $ sudo dnf autoremove

3. Information about the xortool.noarch package on CentOS Stream 8

Last metadata expiration check: 3:56:43 ago on Sun Feb 25 03:03:59 2024.
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).