How To Install ColPack on Fedora 36
Introduction
In this tutorial we learn how to install ColPack
on Fedora 36.
What is ColPack
ColPack is a package comprising of implementation of algorithms for specialized vertex coloring problems that arise in sparse derivative computation. It is written in an object-oriented fashion heavily using the Standard Template Library (STL). It is designed to be simple, modular, extendable and efficient.
We can use yum
or dnf
to install ColPack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ColPack.
Install ColPack 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 ColPack
using dnf
by running the following command:
sudo dnf -y install ColPack
Install ColPack 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 ColPack
using yum
by running the following command:
sudo yum -y install ColPack
How To Uninstall ColPack on Fedora 36
To uninstall only the ColPack
package we can use the following command:
sudo dnf remove ColPack
ColPack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/42932128d756a338921b021590680ffe10a667
/usr/lib64/libColPack.so.0
/usr/lib64/libColPack.so.0.0.0
/usr/share/doc/ColPack
/usr/share/doc/ColPack/README.md
/usr/share/licenses/ColPack
/usr/share/licenses/ColPack/COPYING
/usr/share/licenses/ColPack/COPYING.LESSER
References
Summary
In this tutorial we learn how to install ColPack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ColPack on Fedora 36” linkTitle: “ColPack” type: “docs” description: “In this tutorial we learn how to install ColPack in Fedora 36. ColPack is Algorithms for specialized vertex coloring problems” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ColPack-featured.png
Introduction
In this tutorial we learn how to install ColPack
on Fedora 36.
What is ColPack
ColPack is a package comprising of implementation of algorithms for specialized vertex coloring problems that arise in sparse derivative computation. It is written in an object-oriented fashion heavily using the Standard Template Library (STL). It is designed to be simple, modular, extendable and efficient.
We can use yum
or dnf
to install ColPack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ColPack.
Install ColPack 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 ColPack
using dnf
by running the following command:
sudo dnf -y install ColPack
Install ColPack 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 ColPack
using yum
by running the following command:
sudo yum -y install ColPack
How To Uninstall ColPack on Fedora 36
To uninstall only the ColPack
package we can use the following command:
sudo dnf remove ColPack
ColPack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/df8a46e3e0f95ad6780386501aac1650e9d2cb
/usr/lib/libColPack.so.0
/usr/lib/libColPack.so.0.0.0
/usr/share/doc/ColPack
/usr/share/doc/ColPack/README.md
/usr/share/licenses/ColPack
/usr/share/licenses/ColPack/COPYING
/usr/share/licenses/ColPack/COPYING.LESSER
References
Summary
In this tutorial we learn how to install ColPack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).