How to Install and Uninstall permlib-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "permlib-devel.noarch" package

This guide let you learn how to install permlib-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install permlib-devel.noarch

2. Uninstall "permlib-devel.noarch" package

This tutorial shows how to uninstall permlib-devel.noarch on Fedora 34:

$ sudo dnf remove permlib-devel.noarch $ sudo dnf autoremove

3. Information about the permlib-devel.noarch package on Fedora 34

Last metadata expiration check: 0:19:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : permlib-devel
Version : 0.2.9
Release : 14.fc34
Architecture : noarch
Size : 593 k
Source : permlib-0.2.9-14.fc34.src.rpm
Repository : fedora
Summary : Header files for developing programs that use PermLib
URL : https://github.com/tremlin/PermLib
License : BSD
Description : PermLib is a callable C++ library for permutation computations.
: Currently it supports set stabilizer and in-orbit computations, based on
: bases and strong generating sets (BSGS). Additionally, it computes
: automorphisms of symmetric matrices and finds the lexicographically
: smallest set in an orbit of sets.
:
: This package contains header files for developing programs that use
: PermLib.