How to Install and Uninstall leptonica.i686 Package on Fedora 39

Last updated: October 10,2024

1. Install "leptonica.i686" package

This guide let you learn how to install leptonica.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install leptonica.i686

2. Uninstall "leptonica.i686" package

Please follow the instructions below to uninstall leptonica.i686 on Fedora 39:

$ sudo dnf remove leptonica.i686 $ sudo dnf autoremove

3. Information about the leptonica.i686 package on Fedora 39

Last metadata expiration check: 4:55:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : leptonica
Version : 1.83.1
Release : 2.fc39
Architecture : i686
Size : 1.2 M
Source : leptonica-1.83.1-2.fc39.src.rpm
Repository : fedora
Summary : C library for efficient image processing and image analysis operations
URL : https://github.com/danbloomberg/leptonica
License : 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.