How to Install and Uninstall examiner.noarch Package on Fedora 38

Last updated: January 16,2025

1. Install "examiner.noarch" package

Please follow the guidance below to install examiner.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install examiner.noarch

2. Uninstall "examiner.noarch" package

This guide covers the steps necessary to uninstall examiner.noarch on Fedora 38:

$ sudo dnf remove examiner.noarch $ sudo dnf autoremove

3. Information about the examiner.noarch package on Fedora 38

Last metadata expiration check: 4:08:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : examiner
Version : 0.5
Release : 31.fc38
Architecture : noarch
Size : 35 k
Source : examiner-0.5-31.fc38.src.rpm
Repository : fedora
Summary : Utility to disassemble and comment foreign executable binaries
URL : http://www.academicunderground.org/examiner
License : GPLv2
Description : The Examiner is an application that utilizes the objdump command to disassemble
: and comment foreign executable binaries. This app was designed to analyze static
: compiled binaries but works ok with others. The intention is for forensic
: research but could also be used in general reverse engineering.
: This program can only handle basic dissassembly. If the binary has been modified
: to resist debugging then the Examinier probably will not be able to analyze the
: code. Also the Examiner will not analyze live running code.