How to Install and Uninstall python2-filetype Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python2-filetype" package

This is a short guide on how to install python2-filetype on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-filetype

2. Uninstall "python2-filetype" package

This tutorial shows how to uninstall python2-filetype on openSUSE Leap:

$ sudo zypper remove python2-filetype

3. Information about the python2-filetype package on openSUSE Leap

Information for package python2-filetype:
-----------------------------------------
Repository : Main Repository
Name : python2-filetype
Version : 1.0.5-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 119,3 KiB
Installed : No
Status : not installed
Source package : python-filetype-1.0.5-bp153.1.14.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.