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

Last updated: June 26,2024

1. Install "python311-binaryornot" package

Please follow the guidance below to install python311-binaryornot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-binaryornot

2. Uninstall "python311-binaryornot" package

Learn how to uninstall python311-binaryornot on openSuSE Tumbleweed:

$ sudo zypper remove python311-binaryornot

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

Information for package python311-binaryornot:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-binaryornot
Version : 0.4.4-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 29.3 KiB
Installed : No
Status : not installed
Source package : python-binaryornot-0.4.4-5.1.src
Upstream URL : https://github.com/audreyr/binaryornot
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.