How To Install COPASI-data on Fedora 36
Introduction
In this tutorial we learn how to install COPASI-data
on Fedora 36.
What is COPASI-data
This package provides the COPASI data, example and license files.
We can use yum
or dnf
to install COPASI-data
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install COPASI-data.
Install COPASI-data 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 COPASI-data
using dnf
by running the following command:
sudo dnf -y install COPASI-data
Install COPASI-data 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 COPASI-data
using yum
by running the following command:
sudo yum -y install COPASI-data
How To Uninstall COPASI-data on Fedora 36
To uninstall only the COPASI-data
package we can use the following command:
sudo dnf remove COPASI-data
COPASI-data Package Contents on Fedora 36
/usr/share/copasi
/usr/share/copasi/config
/usr/share/copasi/config/MIRIAMResources.xml
/usr/share/copasi/examples
/usr/share/copasi/examples/CircadianClock.cps
/usr/share/copasi/examples/DimericMWC-stiff.cps
/usr/share/copasi/examples/Genetic-2000Elo.xml
/usr/share/copasi/examples/MAPK-HF96-layout.cps
/usr/share/copasi/examples/Metabolism-2000Poo.xml
/usr/share/copasi/examples/NF-kappaB-model.xml
/usr/share/copasi/examples/NF-kappaB.cps
/usr/share/copasi/examples/NF-kappaB.sedml
/usr/share/copasi/examples/Olsen2003_peroxidase.cps
/usr/share/copasi/examples/YeastGlycolysis.gps
/usr/share/copasi/examples/brusselator-model.xml
/usr/share/copasi/examples/brusselator.cps
/usr/share/copasi/examples/brusselator.sedml
/usr/share/copasi/examples/oscli.xml
/usr/share/copasi/examples/scan.sedml
/usr/share/licenses/COPASI
/usr/share/licenses/COPASI/ArtisticLicense.txt
References
Summary
In this tutorial we learn how to install COPASI-data
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).