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

Last updated: May 17,2024

1. Install "python3-filetype" package

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

$ sudo zypper refresh $ sudo zypper install python3-filetype

2. Uninstall "python3-filetype" package

This tutorial shows how to uninstall python3-filetype on openSUSE Leap:

$ sudo zypper remove python3-filetype

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

Information for package python3-filetype:
-----------------------------------------
Repository : Main Repository
Name : python3-filetype
Version : 1.0.5-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 157.5 KiB
Installed : No
Status : not installed
Source package : python-filetype-1.0.5-bp155.2.10.src
Upstream URL : https://github.com/h2non/filetype.py
Summary : Infer file type and MIME type of any file/buffer. No external dependencies
Description :
Small and dependency free `Python`_ package to infer file type and MIME
type checking the `magic numbers`_ signature of a file or buffer.
This is a Python port from `filetype`_ Go package.