How to Install and Uninstall sharedmeataxe.x86_64 Package on Fedora 36

Last updated: May 14,2024

1. Install "sharedmeataxe.x86_64" package

Here is a brief guide to show you how to install sharedmeataxe.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install sharedmeataxe.x86_64

2. Uninstall "sharedmeataxe.x86_64" package

Please follow the guidance below to uninstall sharedmeataxe.x86_64 on Fedora 36:

$ sudo dnf remove sharedmeataxe.x86_64 $ sudo dnf autoremove

3. Information about the sharedmeataxe.x86_64 package on Fedora 36

Last metadata expiration check: 5:58:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sharedmeataxe
Version : 1.0
Release : 6.fc36
Architecture : x86_64
Size : 273 k
Source : sharedmeataxe-1.0-6.fc36.src.rpm
Repository : fedora
Summary : Matrix representations over finite fields
URL : https://users.fmi.uni-jena.de/~king/SharedMeatAxe/
License : GPLv2+
Description : The SharedMeatAxe is a dynamic (shared) library together with a set of
: programs for working with matrices over finite fields. It is a fork of
: the C MeatAxe, and differs from it mainly by the implementation of
: asymptotically fast matrix multiplication and by providing a dynamic
: (as opposed to static) library and an autotoolized build system.
:
: MeatAxe's primary purpose is the calculation of modular character
: tables, although it can be used for other purposes, such as
: investigating subgroup structure, module structure etc. Indeed, there
: is a set of programs to compute automatically the submodule lattice of
: a given module.
:
: The primitive objects are of two types: matrices and permutations.
: Permutation objects can be handled, but not as smoothly as you might
: expect. For example, it is hoped that programs such as split (zsp) and
: multiply (zmu) will be able to work with mixed types, but at present
: ZSP is restricted to matrices only, and ZMU can multiply a matrix by a
: permutation, but not vice versa.