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

Last updated: May 15,2024

1. Install "python2-python-fileinspector" package

This guide let you learn how to install python2-python-fileinspector on openSUSE Leap

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

2. Uninstall "python2-python-fileinspector" package

Please follow the guidelines below to uninstall python2-python-fileinspector on openSUSE Leap:

$ sudo zypper remove python2-python-fileinspector

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

Information for package python2-python-fileinspector:
-----------------------------------------------------
Repository : Main Repository
Name : python2-python-fileinspector
Version : 1.0.2-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 14,0 KiB
Installed : No
Status : not installed
Source package : python-python-fileinspector-1.0.2-bp153.1.14.src
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.