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

Last updated: September 28,2024

1. Install "python2-binaryornot" package

Please follow the steps below to install python2-binaryornot on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-binaryornot

2. Uninstall "python2-binaryornot" package

Please follow the instructions below to uninstall python2-binaryornot on openSUSE Leap:

$ sudo zypper remove python2-binaryornot

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

Information for package python2-binaryornot:
--------------------------------------------
Repository : Main Repository
Name : python2-binaryornot
Version : 0.4.4-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 26,8 KiB
Installed : No
Status : not installed
Source package : python-binaryornot-0.4.4-bp153.1.16.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.