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

Last updated: May 15,2024

1. Install "python3-dfVFS" package

This guide let you learn how to install python3-dfVFS on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python3-dfVFS

2. Uninstall "python3-dfVFS" package

In this section, we are going to explain the necessary steps to uninstall python3-dfVFS on openSuSE Tumbleweed:

$ sudo zypper remove python3-dfVFS

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

Information for package python3-dfVFS:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python3-dfVFS
Version : 0~20200920-2.3
Arch : noarch
Vendor : openSUSE
Installed Size : 2,3 MiB
Installed : No
Status : not installed
Source package : python-dfVFS-0~20200920-2.3.src
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.