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

Last updated: May 17,2024

1. Install "python-binaryornot" package

Here is a brief guide to show you how to install python-binaryornot on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-binaryornot

2. Uninstall "python-binaryornot" package

This guide covers the steps necessary to uninstall python-binaryornot on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-chardet, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/b/binaryornot/python-binaryornot_0.4.0-1ubuntu1_all.deb
Size: 6874
MD5sum: 3fb73e79133b497b789a18952e11baf9
SHA1: 76c538fa711eea54adb95e98b119c89043de061e
SHA256: a4074d041f41e747f2bb5c3fcea3149374ef3783b0892bf2ab45f57f24e4c45a
Description-en: check if a file is binary or text (Python 2 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 2 module.
Description-md5: a5239868e956fcb901a7be189b0c30b5
Homepage: https://github.com/audreyr/binaryornot
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu