How to Install and Uninstall python3-dfVFS Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python3-dfVFS" package

Please follow the instructions below to install python3-dfVFS on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dfVFS

2. Uninstall "python3-dfVFS" package

Please follow the guidelines below to uninstall python3-dfVFS on openSUSE Leap:

$ sudo zypper remove python3-dfVFS

3. Information about the python3-dfVFS package on openSUSE Leap

Information for package python3-dfVFS:
--------------------------------------
Repository : Main Repository
Name : python3-dfVFS
Version : 0~20220419-bp155.1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : python-dfVFS-0~20220419-bp155.1.3.src
Upstream URL : https://github.com/log2timeline/dfvfs/wiki
Summary : Digital Forensics Virtual File System
Description :
dfVFS, or Digital Forensics Virtual File System, provides read-only
access to file-system objects from various storage media types and file
formats. The goal of dfVFS is to provide a generic interface for
accessing file-system objects, for which it uses several back-ends that
provide the actual implementation of the various storage media types,
volume systems and file systems.
dfVFS originates from the Plaso project and is also based on ideas from
the GRR project. It was largely rewritten and made into a stand-alone
project to provide more flexibility and allow other projects to make use
of the VFS functionality. dfVFS originally was named PyVFS, but that
name conflicted with another project.
dfVFS is currently implemented as a Python module.