How To Install libixion-tools on Fedora 36
Introduction
In this tutorial we learn how to install libixion-tools
on Fedora 36.
What is libixion-tools
Testing tools for libixion.
We can use yum
or dnf
to install libixion-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libixion-tools.
Install libixion-tools 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-tools
using dnf
by running the following command:
sudo dnf -y install libixion-tools
Install libixion-tools 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-tools
using yum
by running the following command:
sudo yum -y install libixion-tools
How To Uninstall libixion-tools on Fedora 36
To uninstall only the libixion-tools
package we can use the following command:
sudo dnf remove libixion-tools
libixion-tools Package Contents on Fedora 36
/usr/bin/ixion-formula-tokenizer
/usr/bin/ixion-parser
/usr/bin/ixion-sorter
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/e3da548943cebe2374dd6e881b02c0c10c4e92
/usr/lib/.build-id/28
/usr/lib/.build-id/28/5a416f575469edd8544372cbc1f9017ec36a07
/usr/lib/.build-id/65
/usr/lib/.build-id/65/f4334d16ce492157bcae1de1c33fe1e1f773e8
/usr/share/man/man1/ixion-formula-tokenizer.1.gz
/usr/share/man/man1/ixion-parser.1.gz
/usr/share/man/man1/ixion-sorter.1.gz
References
Summary
In this tutorial we learn how to install libixion-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).