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

Last updated: October 05,2024

1. Install "python36-filetype" package

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

$ sudo zypper refresh $ sudo zypper install python36-filetype

2. Uninstall "python36-filetype" package

Please follow the guidelines below to uninstall python36-filetype on openSuSE Tumbleweed:

$ sudo zypper remove python36-filetype

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

Information for package python36-filetype:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-filetype
Version : 1.0.8-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 160,0 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.