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

Last updated: May 06,2024

1. Install "python-openalpr" package

In this section, we are going to explain the necessary steps to install python-openalpr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-openalpr

2. Uninstall "python-openalpr" package

Here is a brief guide to show you how to uninstall python-openalpr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-openalpr
Priority: optional
Section: universe/python
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Matthew Hill
Architecture: all
Source: openalpr
Version: 2.2.4-1build1
Depends: libopenalpr-dev (>= 2.2.4-1build1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/o/openalpr/python-openalpr_2.2.4-1build1_all.deb
Size: 7360
MD5sum: 4f4d0189452efff90bf21416fe3ab095
SHA1: b779d54043ece99ef1f5dfa6b9624b11358a668c
SHA256: e210133897b7992c1b3d3ccb606c6935eb0ee2b33b107396a15962542dcdf8a6
Description-en: Python binding for OpenALPR library
OpenALPR is an open source Automatic License Plate Recognition library written
in C++. The library analyzes images and identifies license plates. The output
is the text representation of any license plate characters found in the image.
.
The Python package allows Python code to interface with OpenALPR directly via
native Python bindings.
Description-md5: dc1f2f2e43a51d43a6ea5058f21e5eeb
Homepage: https://github.com/openalpr/openalpr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu