How to Install and Uninstall xortool.noarch Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "xortool.noarch" package

This guide let you learn how to install xortool.noarch on Oracle Linux 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 Oracle Linux 8:

$ sudo dnf remove xortool.noarch $ sudo dnf autoremove

3. Information about the xortool.noarch package on Oracle Linux 8

Last metadata expiration check: 1:45:00 ago on Mon Sep 12 02:51:38 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).