How to Install and Uninstall winregfs Package on Kali Linux

Last updated: April 25,2024

1. Install "winregfs" package

Here is a brief guide to show you how to install winregfs on Kali Linux

$ sudo apt update $ sudo apt install winregfs

2. Uninstall "winregfs" package

This guide covers the steps necessary to uninstall winregfs on Kali Linux:

$ sudo apt remove winregfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the winregfs package on Kali Linux

Package: winregfs
Version: 0.7-4
Installed-Size: 102
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.14), libfuse2 (>= 2.8)
Size: 30716
SHA256: 08e156dc433b28642a917381f2db57e7839ac9be639753908e947e921e9938ee
SHA1: 15286c026913667a0b8d7f492a981f657b2566b6
MD5sum: 81784bf288a1df12ce5c96fe22525932
Description: Windows registry FUSE filesystem
Winregfs is a FUSE-based filesystem driver that enables accessing of Windows
registry hive files as ordinary filesystems. Registry hive file editing can
be performed with ordinary shell scripts and command-line tools once mounted.
.
fsck.winregfs scans a Windows registry hive file for problems that indicate
the hive has been damaged by hardware or software issues, reading recursively
the key and value data structures in the registry hive.
.
This package provides mount.winregfs and fsck.winregfs commands.
Winregfs is useful for pentesters, ethical hackers and forensics experts.
Description-md5:
Homepage: https://github.com/jbruchon/winregfs
Section: utils
Priority: optional
Filename: pool/main/w/winregfs/winregfs_0.7-4_amd64.deb