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

Last updated: November 10,2024

1. Install "python39-filetype" package

This guide let you learn how to install python39-filetype on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-filetype

2. Uninstall "python39-filetype" package

This guide let you learn how to uninstall python39-filetype on openSuSE Tumbleweed:

$ sudo zypper remove python39-filetype

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

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