How to Install and Uninstall python3-binaryornot Package on openSUSE Leap

Last updated: November 22,2024

1. Install "python3-binaryornot" package

Please follow the step by step instructions below to install python3-binaryornot on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-binaryornot

2. Uninstall "python3-binaryornot" package

This tutorial shows how to uninstall python3-binaryornot on openSUSE Leap:

$ sudo zypper remove python3-binaryornot

3. Information about the python3-binaryornot package on openSUSE Leap

Information for package python3-binaryornot:
--------------------------------------------
Repository : Main Repository
Name : python3-binaryornot
Version : 0.4.4-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 29.3 KiB
Installed : No
Status : not installed
Source package : python-binaryornot-0.4.4-bp155.2.11.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.