How to Install and Uninstall hivex.x86_64 Package on Amazon Linux 2

Last updated: April 28,2024

1. Install "hivex.x86_64" package

Learn how to install hivex.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install hivex.x86_64

2. Uninstall "hivex.x86_64" package

Please follow the instructions below to uninstall hivex.x86_64 on Amazon Linux 2:

$ sudo yum remove hivex.x86_64 $ sudo yum autoremove

3. Information about the hivex.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : hivex
Arch : x86_64
Version : 1.3.10
Release : 6.12.amzn2
Size : 101 k
Repo : amzn2-core/2/x86_64
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' 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 bindings, see 'python-hivex'.
:
: For Ruby bindings, see 'ruby-hivex'.