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

Last updated: May 18,2024

1. Install "python38-filetype" package

Learn how to install python38-filetype on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-filetype

2. Uninstall "python38-filetype" package

This tutorial shows how to uninstall python38-filetype on openSuSE Tumbleweed:

$ sudo zypper remove python38-filetype

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

Information for package python38-filetype:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-filetype
Version : 1.0.8-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 171,5 KiB
Installed : No
Status : not installed
Source package : python-filetype-1.0.8-1.1.src
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.