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

Last updated: July 07,2024

1. Install "python312-binaryornot" package

In this section, we are going to explain the necessary steps to install python312-binaryornot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-binaryornot

2. Uninstall "python312-binaryornot" package

Please follow the guidelines below to uninstall python312-binaryornot on openSuSE Tumbleweed:

$ sudo zypper remove python312-binaryornot

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

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