How to Install and Uninstall xortool.noarch Package on AlmaLinux 8

Last updated: May 21,2024

1. Install "xortool.noarch" package

This guide covers the steps necessary to install xortool.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install xortool.noarch

2. Uninstall "xortool.noarch" package

In this section, we are going to explain the necessary steps to uninstall xortool.noarch on AlmaLinux 8:

$ sudo dnf remove xortool.noarch $ sudo dnf autoremove

3. Information about the xortool.noarch package on AlmaLinux 8

Last metadata expiration check: 0:52:20 ago on Mon Sep 5 03:22:42 2022.
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).