How to Install and Uninstall ColPack.i686 Package on Fedora 38

Last updated: January 09,2025

1. Install "ColPack.i686" package

This guide covers the steps necessary to install ColPack.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ColPack.i686

2. Uninstall "ColPack.i686" package

This tutorial shows how to uninstall ColPack.i686 on Fedora 38:

$ sudo dnf remove ColPack.i686 $ sudo dnf autoremove

3. Information about the ColPack.i686 package on Fedora 38

Last metadata expiration check: 5:55:09 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ColPack
Version : 1.0.10
Release : 18.fc38
Architecture : i686
Size : 301 k
Source : ColPack-1.0.10-18.fc38.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.