How to Install and Uninstall leptonica.src Package on Oracle Linux 8

Last updated: May 02,2024

1. Install "leptonica.src" package

This tutorial shows how to install leptonica.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install leptonica.src

2. Uninstall "leptonica.src" package

Here is a brief guide to show you how to uninstall leptonica.src on Oracle Linux 8:

$ sudo dnf remove leptonica.src $ sudo dnf autoremove

3. Information about the leptonica.src package on Oracle Linux 8

Last metadata expiration check: 6:08:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : leptonica
Version : 1.76.0
Release : 2.el8
Architecture : src
Size : 11 M
Source : None
Repository : ol8_appstream
Summary : C library for efficient image processing and image analysis operations
URL : https://github.com/danbloomberg/leptonica
License : BSD and Leptonica
Description : The library supports many operations that are useful on
: * Document images
: * Natural images
:
: Fundamental image processing and image analysis operations
: * Rasterop (aka bitblt)
: * Affine transforms (scaling, translation, rotation, shear)
: on images of arbitrary pixel depth
: * Projective and bi-linear transforms
: * Binary and gray scale morphology, rank order filters, and
: convolution
: * Seed-fill and connected components
: * Image transformations with changes in pixel depth, both at
: the same scale and with scale change
: * Pixelwise masking, blending, enhancement, arithmetic ops,
: etc.