How To Install csdp on Fedora 36
Introduction
In this tutorial we learn how to install csdp
on Fedora 36.
What is csdp
CSDP is a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and Wolkowicz. The main advantages of this code are that it is written to be used as a callable subroutine, it is written in C for efficiency, the code runs in parallel on shared memory multiprocessor systems, and it makes effective use of sparsity in the constraint matrices.
We can use yum
or dnf
to install csdp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csdp.
Install csdp 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
using dnf
by running the following command:
sudo dnf -y install csdp
Install csdp 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
using yum
by running the following command:
sudo yum -y install csdp
How To Uninstall csdp on Fedora 36
To uninstall only the csdp
package we can use the following command:
sudo dnf remove csdp
csdp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/f7e561c79db84a826be010ff4e72f173b0ed11
/usr/lib/libsdp.so.6
/usr/lib/libsdp.so.6.2.0
/usr/share/doc/csdp
/usr/share/doc/csdp/AUTHORS
/usr/share/doc/csdp/README
/usr/share/doc/csdp/csdpuser.pdf
/usr/share/licenses/csdp
/usr/share/licenses/csdp/LICENSE
References
Summary
In this tutorial we learn how to install csdp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install csdp on Fedora 36” linkTitle: “csdp” type: “docs” description: “In this tutorial we learn how to install csdp in Fedora 36. csdp is C library for SemiDefinite Programming” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/csdp-featured.png
Introduction
In this tutorial we learn how to install csdp
on Fedora 36.
What is csdp
CSDP is a library of routines that implements a predictor corrector variant of the semidefinite programming algorithm of Helmberg, Rendl, Vanderbei, and Wolkowicz. The main advantages of this code are that it is written to be used as a callable subroutine, it is written in C for efficiency, the code runs in parallel on shared memory multiprocessor systems, and it makes effective use of sparsity in the constraint matrices.
We can use yum
or dnf
to install csdp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install csdp.
Install csdp 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
using dnf
by running the following command:
sudo dnf -y install csdp
Install csdp 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
using yum
by running the following command:
sudo yum -y install csdp
How To Uninstall csdp on Fedora 36
To uninstall only the csdp
package we can use the following command:
sudo dnf remove csdp
csdp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/7ba430041085860d2abb0378759a60e4899628
/usr/lib64/libsdp.so.6
/usr/lib64/libsdp.so.6.2.0
/usr/share/doc/csdp
/usr/share/doc/csdp/AUTHORS
/usr/share/doc/csdp/README
/usr/share/doc/csdp/csdpuser.pdf
/usr/share/licenses/csdp
/usr/share/licenses/csdp/LICENSE
References
Summary
In this tutorial we learn how to install csdp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).