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

Last updated: May 20,2024

1. Install "openalpr-daemon" package

This is a short guide on how to install openalpr-daemon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install openalpr-daemon

2. Uninstall "openalpr-daemon" package

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

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

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

Package: openalpr-daemon
Priority: optional
Section: universe/video
Installed-Size: 226
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), libcurl3 (>= 7.16.2), libgcc1 (>= 1:3.0), liblog4cplus-1.1-9, libopencv-core2.4v5, libopencv-highgui2.4v5, libstdc++6 (>= 5.2), adduser, beanstalkd
Filename: pool/universe/o/openalpr/openalpr-daemon_2.2.4-1build1_amd64.deb
Size: 71782
MD5sum: db616f5525af265deac7d2febfc700c9
SHA1: ec035d3c2fd1918d1644414507d8bf8f31deb9a0
SHA256: 92767b5f232396e7e3441d1f97fe255e57267c1cf5794f02e18660a1271c89c1
Description-en: Daemon to run OpenALPR in the background
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 daemon allows you to monitor a camera stream for license plate
numbers in the background. Alprd runs as a daemon process on Linux.
.
The plate numbers can be streamed to another server (via HTTP posts) or can be
consumed programmatically via a beanstalkd queue.
Description-md5: 001f6249e9ec5c8af3e15ff56a35252b
Homepage: https://github.com/openalpr/openalpr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu