How to Install and Uninstall python39-dfVFS Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python39-dfVFS" package

Please follow the steps below to install python39-dfVFS on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-dfVFS

2. Uninstall "python39-dfVFS" package

Please follow the guidance below to uninstall python39-dfVFS on openSuSE Tumbleweed:

$ sudo zypper remove python39-dfVFS

3. Information about the python39-dfVFS package on openSuSE Tumbleweed

Information for package python39-dfVFS:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dfVFS
Version : 0~20231208-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : python-dfVFS-0~20231208-1.2.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.