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

Last updated: March 04,2025

1. Install "python310-filetype" package

This tutorial shows how to install python310-filetype on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-filetype

2. Uninstall "python310-filetype" package

Please follow the steps below to uninstall python310-filetype on openSuSE Tumbleweed:

$ sudo zypper remove python310-filetype

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

Information for package python310-filetype:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-filetype
Version : 1.2.0-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 138.9 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.