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

Last updated: May 20,2024

1. Install "python3-openalpr" package

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

$ sudo apt update $ sudo apt install python3-openalpr

2. Uninstall "python3-openalpr" package

Please follow the step by step instructions below to uninstall python3-openalpr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-openalpr
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Matthew Hill
Architecture: all
Source: openalpr
Version: 2.2.4-1build1
Depends: libopenalpr-dev (>= 2.2.4-1build1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/o/openalpr/python3-openalpr_2.2.4-1build1_all.deb
Size: 7586
MD5sum: 84209e73b91cad51b67f38b22ed574b4
SHA1: 40e17f628814a55ec356c7777c9cb72fcbb6758f
SHA256: 0a8a1a864e4361a222193ca88715e4b284da749928189288fb4e99a4ac470221
Description-en: Python 3 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 3 package allows Python 3 code to interface with OpenALPR directly
via native Python 3 bindings.
Description-md5: 4c5b9b6d0ef5752671121141ac3bd1f0
Homepage: https://github.com/openalpr/openalpr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu