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

Last updated: May 09,2024

1. Install "python39-binaryornot" package

Please follow the steps below to install python39-binaryornot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-binaryornot

2. Uninstall "python39-binaryornot" package

Please follow the guidance below to uninstall python39-binaryornot on openSuSE Tumbleweed:

$ sudo zypper remove python39-binaryornot

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

Information for package python39-binaryornot:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-binaryornot
Version : 0.4.4-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 26.2 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.