How To Install zinnia on Fedora 36

In this tutorial we learn how to install zinnia in Fedora 36. zinnia is Online handwriting recognition system with machine learning

Introduction

In this tutorial we learn how to install zinnia on Fedora 36.

What is zinnia

Zinnia provides a simple, customizable, and portable dynamic OCR system for hand-written input, based on Support Vector Machines. Zinnia simply receives user pen strokes as coordinate data and outputs the best matching characters sorted by SVM confidence. To maintain portability, it has no rendering functionality. In addition to recognition, Zinnia provides a training module capable of creating highly efficient handwriting recognition models. This package contains the shared libraries.

We can use yum or dnf to install zinnia on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zinnia.

Install zinnia on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zinnia using dnf by running the following command:

sudo dnf -y install zinnia

Install zinnia on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zinnia using yum by running the following command:

sudo yum -y install zinnia

How To Uninstall zinnia on Fedora 36

To uninstall only the zinnia package we can use the following command:

sudo dnf remove zinnia

zinnia Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/7d186b06961b8ccf87b85d5336388fcf1815f3
/usr/lib64/libzinnia.so.0
/usr/lib64/libzinnia.so.0.0.0
/usr/share/doc/zinnia
/usr/share/doc/zinnia/COPYING
/usr/share/doc/zinnia/README

References

Summary

In this tutorial we learn how to install zinnia on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install zinnia on Fedora 36” linkTitle: “zinnia” type: “docs” description: “In this tutorial we learn how to install zinnia in Fedora 36. zinnia is Online handwriting recognition system with machine learning” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/zinnia-featured.png

Introduction

In this tutorial we learn how to install zinnia on Fedora 36.

What is zinnia

Zinnia provides a simple, customizable, and portable dynamic OCR system for hand-written input, based on Support Vector Machines. Zinnia simply receives user pen strokes as coordinate data and outputs the best matching characters sorted by SVM confidence. To maintain portability, it has no rendering functionality. In addition to recognition, Zinnia provides a training module capable of creating highly efficient handwriting recognition models. This package contains the shared libraries.

We can use yum or dnf to install zinnia on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zinnia.

Install zinnia on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install zinnia using dnf by running the following command:

sudo dnf -y install zinnia

Install zinnia on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install zinnia using yum by running the following command:

sudo yum -y install zinnia

How To Uninstall zinnia on Fedora 36

To uninstall only the zinnia package we can use the following command:

sudo dnf remove zinnia

zinnia Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/b348c074c5b47ec725cf90582871a7c8a900c3
/usr/lib/libzinnia.so.0
/usr/lib/libzinnia.so.0.0.0
/usr/share/doc/zinnia
/usr/share/doc/zinnia/COPYING
/usr/share/doc/zinnia/README

References

Summary

In this tutorial we learn how to install zinnia on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).