How To Install csdp-octave on Fedora 36
Introduction
In this tutorial we learn how to install csdp-octave
on Fedora 36.
What is csdp-octave
This package contains an Octave interface to the C library for SemiDefinite Programming.
We can use yum
or dnf
to install csdp-octave
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csdp-octave.
Install csdp-octave 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 csdp-octave
using dnf
by running the following command:
sudo dnf -y install csdp-octave
Install csdp-octave 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 csdp-octave
using yum
by running the following command:
sudo yum -y install csdp-octave
How To Uninstall csdp-octave on Fedora 36
To uninstall only the csdp-octave
package we can use the following command:
sudo dnf remove csdp-octave
csdp-octave Package Contents on Fedora 36
/usr/share/doc/csdp-octave
/usr/share/doc/csdp-octave/README
/usr/share/octave/site/m/Csdp
/usr/share/octave/site/m/Csdp/INDEX
/usr/share/octave/site/m/Csdp/convertf.m
/usr/share/octave/site/m/Csdp/csdp.m
/usr/share/octave/site/m/Csdp/readsdpa.m
/usr/share/octave/site/m/Csdp/readsol.m
/usr/share/octave/site/m/Csdp/writesdpa.m
/usr/share/octave/site/m/Csdp/writesol.m
References
Summary
In this tutorial we learn how to install csdp-octave
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).