How to Install and Uninstall python3-python-fileinspector Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-python-fileinspector" package

Learn how to install python3-python-fileinspector on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-python-fileinspector

2. Uninstall "python3-python-fileinspector" package

Please follow the guidance below to uninstall python3-python-fileinspector on openSUSE Leap:

$ sudo zypper remove python3-python-fileinspector

3. Information about the python3-python-fileinspector package on openSUSE Leap

Information for package python3-python-fileinspector:
-----------------------------------------------------
Repository : Main Repository
Name : python3-python-fileinspector
Version : 1.0.2-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 24.2 KiB
Installed : No
Status : not installed
Source package : python-python-fileinspector-1.0.2-bp155.2.10.src
Upstream URL : https://github.com/dschreij/fileinspector
Summary : A module to determine file mimetypes
Description :
This module is a layer on top of the standard Python mimetypes module and
python-magic. Python-magic only works with local files to which you need to
have access, while mimetypes only uses the filename to determine its
filetype.