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

Last updated: May 18,2024

1. Install "examiner.noarch" package

Here is a brief guide to show you how to install examiner.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install examiner.noarch

2. Uninstall "examiner.noarch" package

This is a short guide on how to uninstall examiner.noarch on Fedora 36:

$ sudo dnf remove examiner.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:54:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : examiner
Version : 0.5
Release : 29.fc36
Architecture : noarch
Size : 36 k
Source : examiner-0.5-29.fc36.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.