How To Install sirocco on Fedora 36
Introduction
In this tutorial we learn how to install sirocco
on Fedora 36.
What is sirocco
This is a library for computing homotopy continuation of a given root of one dimensional sections of bivariate complex polynomials. The output is a piecewise linear approximation of the path followed by the root, with the property that there is a tubular neighborhood, with square transversal section, that contains the actual path, and there is a three times thicker tubular neighborhood guaranteed to contain no other root of the polynomial. This second property ensures that the piecewise linear approximation computed from all roots of a polynomial form a topologically correct deformation of the actual braid, since the inner tubular neighborhoods cannot intersect.
We can use yum
or dnf
to install sirocco
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sirocco.
Install sirocco 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 sirocco
using dnf
by running the following command:
title: “How To Install sirocco on Fedora 36”
linkTitle: “sirocco”
type: "docs"
sudo dnf -y install sirocco
description: “In this tutorial we learn how to install sirocco in Fedora 36. sirocco is ROot Certified COntinuator”
date: “2022-08-17”
Install sirocco on Fedora 36 Using yum
lastmod: “2022-08-17”
Update yum database with yum
using the following command.
#image: /images/fedora/36/sirocco-featured.png
Introduction
In this tutorial we learn how to install sirocco
on Fedora 36.
sudo yum makecache --refresh
What is sirocco
After updating yum database, We can install sirocco
using yum
by running the following command:
> This is a library for computing homotopy continuation of a given root of one dimensional sections of bivariate complex polynomials. The output is a piecewise linear approximation of the path followed by the root, with the property that there is a tubular neighborhood, with square transversal section, that contains the actual path, and there is a three times thicker tubular neighborhood guaranteed to contain no other root of the polynomial. This second property ensures that the piecewise linear approximation computed from all roots of a polynomial form a topologically correct deformation of the actual braid, since the inner tubular neighborhoods cannot intersect.
sudo yum -y install sirocco
How To Uninstall sirocco on Fedora 36
We can use yum
or dnf
to install sirocco
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sirocco.
To uninstall only the sirocco
package we can use the following command:
Install sirocco on Fedora 36 Using dnf
sudo dnf remove sirocco
Update yum database with `dnf` using the following command.
## sirocco Package Contents on Fedora 36
sudo dnf makecache --refresh
After updating yum database, We can install `sirocco` using `dnf` by running the following command:
```bash
sudo dnf -y install sirocco
Install sirocco 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 sirocco
using yum
by running the following command:
sudo yum -y install sirocco
How To Uninstall sirocco on Fedora 36
To uninstall only the sirocco
package we can use the following command:
sudo dnf remove sirocco
sirocco Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/5ee41852202be54f4490640489c0ad5f528178
/usr/lib64/libsirocco.so.0
/usr/lib64/libsirocco.so.0.0.0
/usr/share/doc/sirocco
/usr/share/doc/sirocco/README.md
/usr/share/licenses/sirocco
/usr/share/licenses/sirocco/LICENSE
References
Summary
In this tutorial we learn how to install sirocco
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/cb /usr/lib/.build-id/cb/a6245cc269e9e8875f2a908ba1aa7e4faab87c /usr/lib/libsirocco.so.0 /usr/lib/libsirocco.so.0.0.0 /usr/share/doc/sirocco /usr/share/doc/sirocco/README.md /usr/share/licenses/sirocco /usr/share/licenses/sirocco/LICENSE
## References
* [sirocco website](https://github.com/miguelmarco/SIROCCO2)
## Summary
In this tutorial we learn how to install `sirocco` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).