How To Install libspiro on Fedora 36
Introduction
In this tutorial we learn how to install libspiro
on Fedora 36.
What is libspiro
This library will take an array of spiro control points and convert them into a series of bézier splines which can then be used in the myriad of ways the world has come to use béziers.
We can use yum
or dnf
to install libspiro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libspiro.
Install libspiro 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 libspiro
using dnf
by running the following command:
sudo dnf -y install libspiro
Install libspiro 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 libspiro
using yum
by running the following command:
sudo yum -y install libspiro
How To Uninstall libspiro on Fedora 36
To uninstall only the libspiro
package we can use the following command:
sudo dnf remove libspiro
libspiro Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/efd02f60c73ea54bd59804df5227d9a87be09e
/usr/lib/libspiro.so.1
/usr/lib/libspiro.so.1.0.1
/usr/share/doc/libspiro
/usr/share/doc/libspiro/AUTHORS
/usr/share/doc/libspiro/ChangeLog
/usr/share/doc/libspiro/README
/usr/share/doc/libspiro/README-GeorgeWilliams
/usr/share/doc/libspiro/README-RaphLevien
/usr/share/doc/libspiro/README.md
/usr/share/licenses/libspiro
/usr/share/licenses/libspiro/COPYING
References
Summary
In this tutorial we learn how to install libspiro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libspiro on Fedora 36” linkTitle: “libspiro” type: “docs” description: “In this tutorial we learn how to install libspiro in Fedora 36. libspiro is Library to simplify the drawing of beautiful curves” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libspiro-featured.png
Introduction
In this tutorial we learn how to install libspiro
on Fedora 36.
What is libspiro
This library will take an array of spiro control points and convert them into a series of bézier splines which can then be used in the myriad of ways the world has come to use béziers.
We can use yum
or dnf
to install libspiro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libspiro.
Install libspiro 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 libspiro
using dnf
by running the following command:
sudo dnf -y install libspiro
Install libspiro 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 libspiro
using yum
by running the following command:
sudo yum -y install libspiro
How To Uninstall libspiro on Fedora 36
To uninstall only the libspiro
package we can use the following command:
sudo dnf remove libspiro
libspiro Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/1c645ad576f7d84e9e2c5595c1e04a9443ae04
/usr/lib64/libspiro.so.1
/usr/lib64/libspiro.so.1.0.1
/usr/share/doc/libspiro
/usr/share/doc/libspiro/AUTHORS
/usr/share/doc/libspiro/ChangeLog
/usr/share/doc/libspiro/README
/usr/share/doc/libspiro/README-GeorgeWilliams
/usr/share/doc/libspiro/README-RaphLevien
/usr/share/doc/libspiro/README.md
/usr/share/licenses/libspiro
/usr/share/licenses/libspiro/COPYING
References
Summary
In this tutorial we learn how to install libspiro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).