How to Install and Uninstall gap-pkg-browse.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "gap-pkg-browse.x86_64" package

Please follow the steps below to install gap-pkg-browse.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install gap-pkg-browse.x86_64

2. Uninstall "gap-pkg-browse.x86_64" package

Please follow the step by step instructions below to uninstall gap-pkg-browse.x86_64 on Fedora 34:

$ sudo dnf remove gap-pkg-browse.x86_64 $ sudo dnf autoremove

3. Information about the gap-pkg-browse.x86_64 package on Fedora 34

Last metadata expiration check: 4:27:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gap-pkg-browse
Version : 1.8.12
Release : 1.fc34
Architecture : x86_64
Size : 566 k
Source : gap-pkg-browse-1.8.12-1.fc34.src.rpm
Repository : updates
Summary : GAP browser for 2-dimensional arrays of data
URL : http://www.math.rwth-aachen.de/~Browse/
License : GPLv3+
Description : The motivation for this package was to develop functions for an
: interactive display of two-dimensional arrays of data, for example
: character tables. They should be displayed with labeled rows and
: columns, the display should allow some markup for fonts or colors, it
: should be possible to search for entries, to sort rows or columns, to
: hide and unhide information, to bind commands to keys, and so on.
:
: To achieve this our package now provides three levels of functionality,
: where in particular the first level may also be used for completely
: other types of applications:
: - A low level interface to ncurses: This may be interesting for all
: kinds of applications which want to display text with some markup and
: colors, maybe in several windows, using the available capabilities of
: a terminal.
: - A medium level interface to a generic function NCurses.BrowseGeneric:
: We introduce a new operation Browse which is meant as an interactive
: version of Display for GAP objects. Then we provide a generic
: function for browsing two-dimensional arrays of data, handles labels
: for rows and columns, searching, sorting, binding keys to actions,
: etc. This is for users who want to implement new methods for browsing
: two-dimensional data.
: - Applications of these interfaces: We provide some applications of the
: ncurses interface and of the function NCurses.BrowseGeneric. These
: may be interesting for end users, and also as examples for programmers
: of further applications. This includes a method for browsing
: character tables, several games, and an interface for demos.