How to Install and Uninstall imhex.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "imhex.x86_64" package

Learn how to install imhex.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install imhex.x86_64

2. Uninstall "imhex.x86_64" package

This is a short guide on how to uninstall imhex.x86_64 on Oracle Linux 9:

$ sudo dnf remove imhex.x86_64 $ sudo dnf autoremove

3. Information about the imhex.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:22:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : imhex
Version : 1.31.0
Release : 1.el9
Architecture : x86_64
Size : 10 M
Source : imhex-1.31.0-1.el9.src.rpm
Repository : epel
Summary : A hex editor for reverse engineers and programmers
URL : https://imhex.werwolv.net/
License : GPL-2.0-only AND Zlib AND MIT AND Apache-2.0
Description : ImHex is a Hex Editor, a tool to display, decode and analyze binary data to
: reverse engineer their format, extract informations or patch values in them.
:
: What makes ImHex special is that it has many advanced features that can often
: only be found in paid applications. Such features are a completely custom binary
: template and pattern language to decode and highlight structures in the data, a
: graphical node-based data processor to pre-process values before they're
: displayed, a disassembler, diffing support, bookmarks and much much more. At the
: same time ImHex is completely free and open source under the GPLv2 language.