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

Last updated: May 18,2024

1. Install "ColPack.i686" package

This is a short guide on how to install ColPack.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ColPack.i686

2. Uninstall "ColPack.i686" package

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

$ sudo dnf remove ColPack.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:34:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ColPack
Version : 1.0.10
Release : 16.fc36
Architecture : i686
Size : 299 k
Source : ColPack-1.0.10-16.fc36.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.