How To Install libixion on Fedora 36
Introduction
In this tutorial we learn how to install libixion
on Fedora 36.
What is libixion
Ixion is a general purpose formula parser & interpreter that can calculate multiple named targets, or “cells”. The goal of this project is to create a library for calculating the results of formula expressions stored in multiple named targets, or “cells”. The cells can be referenced from each other, and the library takes care of resolving their dependencies automatically upon calculation. The caller can run the calculation routine either in a single-threaded mode, or a multi-threaded mode. The library also supports re-calculations where the contents of one or more cells have been modified since the last calculation, and a partial calculation of only the affected cells need to be calculated. Supported features - Each calculation session is defined in a plain text file, which is parsed and interpreted by the Ixion parser. - Fully threaded calculation. - Name resolution using A1-style references. - Support 2D cell references and named expressions. - Support range references. - Dependency tracking during both full calculation and partial re-calculation. - Inline strings. - Volatile functions. The framework for volatile functions is implemented. We just need to implement more functions.
We can use yum
or dnf
to install libixion
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libixion.
Install libixion 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 libixion
using dnf
by running the following command:
sudo dnf -y install libixion
Install libixion 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 libixion
using yum
by running the following command:
sudo yum -y install libixion
How To Uninstall libixion on Fedora 36
To uninstall only the libixion
package we can use the following command:
sudo dnf remove libixion
libixion Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/ce4b4fe4d536059a4bf8fe9bc8cca63d91f3d3
/usr/lib/libixion-0.17.so.0
/usr/lib/libixion-0.17.so.0.0.0
/usr/share/doc/libixion
/usr/share/doc/libixion/AUTHORS
/usr/share/licenses/libixion
/usr/share/licenses/libixion/LICENSE
References
Summary
In this tutorial we learn how to install libixion
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libixion on Fedora 36” linkTitle: “libixion” type: “docs” description: “In this tutorial we learn how to install libixion in Fedora 36. libixion is A general purpose formula parser & interpreter library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libixion-featured.png
Introduction
In this tutorial we learn how to install libixion
on Fedora 36.
What is libixion
Ixion is a general purpose formula parser & interpreter that can calculate multiple named targets, or “cells”. The goal of this project is to create a library for calculating the results of formula expressions stored in multiple named targets, or “cells”. The cells can be referenced from each other, and the library takes care of resolving their dependencies automatically upon calculation. The caller can run the calculation routine either in a single-threaded mode, or a multi-threaded mode. The library also supports re-calculations where the contents of one or more cells have been modified since the last calculation, and a partial calculation of only the affected cells need to be calculated. Supported features - Each calculation session is defined in a plain text file, which is parsed and interpreted by the Ixion parser. - Fully threaded calculation. - Name resolution using A1-style references. - Support 2D cell references and named expressions. - Support range references. - Dependency tracking during both full calculation and partial re-calculation. - Inline strings. - Volatile functions. The framework for volatile functions is implemented. We just need to implement more functions.
We can use yum
or dnf
to install libixion
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libixion.
Install libixion 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 libixion
using dnf
by running the following command:
sudo dnf -y install libixion
Install libixion 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 libixion
using yum
by running the following command:
sudo yum -y install libixion
How To Uninstall libixion on Fedora 36
To uninstall only the libixion
package we can use the following command:
sudo dnf remove libixion
libixion Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/0787cb40bd29752ddd915f88bbb67af81e9670
/usr/lib64/libixion-0.17.so.0
/usr/lib64/libixion-0.17.so.0.0.0
/usr/share/doc/libixion
/usr/share/doc/libixion/AUTHORS
/usr/share/licenses/libixion
/usr/share/licenses/libixion/LICENSE
References
Summary
In this tutorial we learn how to install libixion
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).