How to Install and Uninstall leptonica.x86_64 Package on Fedora 35

Last updated: May 10,2024

1. Install "leptonica.x86_64" package

Please follow the steps below to install leptonica.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install leptonica.x86_64

2. Uninstall "leptonica.x86_64" package

Learn how to uninstall leptonica.x86_64 on Fedora 35:

$ sudo dnf remove leptonica.x86_64 $ sudo dnf autoremove

3. Information about the leptonica.x86_64 package on Fedora 35

Last metadata expiration check: 1:24:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : leptonica
Version : 1.81.1
Release : 2.fc35
Architecture : x86_64
Size : 1.1 M
Source : leptonica-1.81.1-2.fc35.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.