How to Install and Uninstall hivex.src Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "hivex.src" package

In this section, we are going to explain the necessary steps to install hivex.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install hivex.src

2. Uninstall "hivex.src" package

This guide covers the steps necessary to uninstall hivex.src on Oracle Linux 9:

$ sudo dnf remove hivex.src $ sudo dnf autoremove

3. Information about the hivex.src package on Oracle Linux 9

Last metadata expiration check: 3:26:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : hivex
Version : 1.3.21
Release : 3.el9
Architecture : src
Size : 1.7 M
Source : None
Repository : ol9_appstream
Summary : Read and write Windows Registry binary hive files
URL : http://libguestfs.org/
License : LGPLv2
Description : Hive files are the undocumented binary files that Windows uses to
: store the Windows Registry on disk. Hivex is a library that can read
: and write to these files.
:
: 'hivexsh' is a shell you can use to interactively navigate a hive
: binary file.
:
: 'hivexregedit' (in perl-hivex) lets you export and merge to the
: textual regedit format.
:
: 'hivexml' can be used to convert a hive file to a more useful XML
: format.
:
: In order to get access to the hive files themselves, you can copy them
: from a Windows machine. They are usually found in
: %systemroot%\system32\config. For virtual machines we recommend
: using libguestfs or guestfish to copy out these files. libguestfs
: also provides a useful high-level tool called 'virt-win-reg' (based on
: hivex technology) which can be used to query specific registry keys in
: an existing Windows VM.
:
: For OCaml bindings, see 'ocaml-hivex-devel'.
:
: For Perl bindings, see 'perl-hivex'.
:
: For Python 3 bindings, see 'python3-hivex'.
:
: For Ruby bindings, see 'ruby-hivex'.