How to Install and Uninstall python312-filetype Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python312-filetype" package

Please follow the step by step instructions below to install python312-filetype on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-filetype

2. Uninstall "python312-filetype" package

Please follow the instructions below to uninstall python312-filetype on openSuSE Tumbleweed:

$ sudo zypper remove python312-filetype

3. Information about the python312-filetype package on openSuSE Tumbleweed

Information for package python312-filetype:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-filetype
Version : 1.2.0-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 172.4 KiB
Installed : No
Status : not installed
Source package : python-filetype-1.2.0-1.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.