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

Last updated: May 09,2024

1. Install "openalpr-utils" package

This tutorial shows how to install openalpr-utils on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install openalpr-utils

2. Uninstall "openalpr-utils" package

Please follow the guidance below to uninstall openalpr-utils on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: openalpr-utils
Priority: optional
Section: universe/utils
Installed-Size: 399
Maintainer: Ubuntu Developers
Original-Maintainer: Matthew Hill
Architecture: amd64
Source: openalpr
Version: 2.2.4-1build1
Depends: libopenalpr2 (= 2.2.4-1build1), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopencv-core2.4v5, libopencv-highgui2.4v5, libopencv-imgproc2.4v5, libstdc++6 (>= 5.2)
Filename: pool/universe/o/openalpr/openalpr-utils_2.2.4-1build1_amd64.deb
Size: 101926
MD5sum: 3c27e05381a34c2f01b95ee3ad04291f
SHA1: 5d87cb9838500a9bd5dd9384d63faa216bf1fada
SHA256: 4fa3c6da8f1d76f08cb87252d19d55ae8d1f2ad08f314f685854cb4adec58daa
Description-en: Utilities for the 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 OpenALPR utils package contains a collection of binaries that help with
training new data. The following binaries are included:
.
openalpr-utils-calibrate - Calibrates the software for cameras capturing plate
images at an angle
.
openalpr-utils-benchmark - Benchmarks accuracy/speed against a testing dataset
.
openalpr-utils-tagplates - Utility to tag the location and plate number for
testing and training
.
openalpr-utils-classifychars - Extracts character images from cropped plate
images for OCR training
.
openalpr-utils-prepcharsfortraining - Reformates character images into a format
that Tesseract can use for OCR training
Description-md5: 38eabf1193b5f5c84e9b91d1dd4823f7
Homepage: https://github.com/openalpr/openalpr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu