How to Install and Uninstall python3-binaryornot Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python3-binaryornot" package

Please follow the instructions below to install python3-binaryornot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-binaryornot

2. Uninstall "python3-binaryornot" package

Please follow the steps below to uninstall python3-binaryornot on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-binaryornot $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-binaryornot package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-binaryornot
Priority: optional
Section: universe/python
Installed-Size: 32
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Source: binaryornot
Version: 0.4.0-1ubuntu1
Depends: python3-chardet, python3:any (>= 3.3.2-2~)
Filename: pool/universe/b/binaryornot/python3-binaryornot_0.4.0-1ubuntu1_all.deb
Size: 6954
MD5sum: 86770ea5c5722f78ad1a249e7db5ffe3
SHA1: 1ce8445a4604091b6c1670e37981f56b7f9491f8
SHA256: 100c80eef231478150fad4bced5f2184a4b16c0744b2b63f2db8bbddb02b9c8e
Description-en: check if a file is binary or text (Python 3 module)
This Python package provides a function to check if a file is a text
file or a binary file. It uses the same heuristic as file(1) by
looking at the first 1024 bytes of the file and checks that all
characters are printable.
.
This package contains the Python 3 module.
Description-md5: 9add4d2c6805ea87fb861284ceb00e91
Homepage: https://github.com/audreyr/binaryornot
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu