How to Install and Uninstall ColPack.x86_64 Package on Fedora 35

Last updated: November 28,2024

1. Install "ColPack.x86_64" package

In this section, we are going to explain the necessary steps to install ColPack.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ColPack.x86_64

2. Uninstall "ColPack.x86_64" package

This is a short guide on how to uninstall ColPack.x86_64 on Fedora 35:

$ sudo dnf remove ColPack.x86_64 $ sudo dnf autoremove

3. Information about the ColPack.x86_64 package on Fedora 35

Last metadata expiration check: 2:28:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ColPack
Version : 1.0.10
Release : 15.fc35
Architecture : x86_64
Size : 303 k
Source : ColPack-1.0.10-15.fc35.src.rpm
Repository : fedora
Summary : Algorithms for specialized vertex coloring problems
URL : http://cscapes.cs.purdue.edu
License : LGPLv3+
Description : 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.