How to Install and Uninstall python3-binaryornot.noarch Package on Fedora 38

Last updated: October 15,2024

1. Install "python3-binaryornot.noarch" package

In this section, we are going to explain the necessary steps to install python3-binaryornot.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-binaryornot.noarch

2. Uninstall "python3-binaryornot.noarch" package

This guide covers the steps necessary to uninstall python3-binaryornot.noarch on Fedora 38:

$ sudo dnf remove python3-binaryornot.noarch $ sudo dnf autoremove

3. Information about the python3-binaryornot.noarch package on Fedora 38

Last metadata expiration check: 4:33:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-binaryornot
Version : 0.4.4
Release : 13.fc38
Architecture : noarch
Size : 19 k
Source : python-binaryornot-0.4.4-13.fc38.src.rpm
Repository : fedora
Summary : A pure Python package to check if a file is binary or text
URL : http://pypi.python.org/pypi/BinaryOrNot
License : BSD
Description : Ultra-lightweight 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.
:
: Has tests for these file types:
: * Text: .txt, .css, .json, .svg, .js, .lua, .pl, .rst * Binary: .png, .gif,
: .jpg, .tiff, .bmp, .DS_Store, .eot, .otf, .ttf, .woff, .rgb
:
: Has tests for numerous encodings.