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

Last updated: July 03,2024

1. Install "python36-binaryornot" package

Here is a brief guide to show you how to install python36-binaryornot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-binaryornot

2. Uninstall "python36-binaryornot" package

Learn how to uninstall python36-binaryornot on openSuSE Tumbleweed:

$ sudo zypper remove python36-binaryornot

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

Information for package python36-binaryornot:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-binaryornot
Version : 0.4.4-3.12
Arch : noarch
Vendor : openSUSE
Installed Size : 28,9 KiB
Installed : No
Status : not installed
Source package : python-binaryornot-0.4.4-3.12.src
Summary : Python package to check if a file is binary or text
Description :
Pure Python package to guess whether a file is binary or text,
using a heuristic similar to Perl's pp_fttext and its analysis
by eliben.