How To Install gap-pkg-browse on Fedora 36

In this tutorial we learn how to install gap-pkg-browse in Fedora 36. gap-pkg-browse is GAP browser for 2-dimensional arrays of data

Introduction

In this tutorial we learn how to install gap-pkg-browse on Fedora 36.

What is gap-pkg-browse

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 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 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.

We can use yum or dnf to install gap-pkg-browse on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gap-pkg-browse.

Install gap-pkg-browse on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gap-pkg-browse using dnf by running the following command:

sudo dnf -y install gap-pkg-browse

Install gap-pkg-browse on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gap-pkg-browse using yum by running the following command:

sudo yum -y install gap-pkg-browse

How To Uninstall gap-pkg-browse on Fedora 36

To uninstall only the gap-pkg-browse package we can use the following command:

sudo dnf remove gap-pkg-browse

gap-pkg-browse Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/0fc9a7ec1cdbe7ee755706c7b75d10035d410a
/usr/lib/gap/pkg/Browse
/usr/lib/gap/pkg/Browse/PackageInfo.g
/usr/lib/gap/pkg/Browse/app
/usr/lib/gap/pkg/Browse/app/atlasbrowse.g
/usr/lib/gap/pkg/Browse/app/atlasbrowse_old.g
/usr/lib/gap/pkg/Browse/app/conwaypols.g
/usr/lib/gap/pkg/Browse/app/ctbldisp.g
/usr/lib/gap/pkg/Browse/app/demo.demo
/usr/lib/gap/pkg/Browse/app/demo.g
/usr/lib/gap/pkg/Browse/app/filetree.g
/usr/lib/gap/pkg/Browse/app/gapbibl.g
/usr/lib/gap/pkg/Browse/app/gapdata.g
/usr/lib/gap/pkg/Browse/app/knight.g
/usr/lib/gap/pkg/Browse/app/manual.g
/usr/lib/gap/pkg/Browse/app/matdisp.g
/usr/lib/gap/pkg/Browse/app/methods.g
/usr/lib/gap/pkg/Browse/app/mouse.g
/usr/lib/gap/pkg/Browse/app/packages.g
/usr/lib/gap/pkg/Browse/app/pkgvar.g
/usr/lib/gap/pkg/Browse/app/profile.g
/usr/lib/gap/pkg/Browse/app/puzzle.g
/usr/lib/gap/pkg/Browse/app/rldemo.g
/usr/lib/gap/pkg/Browse/app/rubik.g
/usr/lib/gap/pkg/Browse/app/solitair.g
/usr/lib/gap/pkg/Browse/app/sudoku.g
/usr/lib/gap/pkg/Browse/app/tmdbatt2.g
/usr/lib/gap/pkg/Browse/app/tmdbattr.g
/usr/lib/gap/pkg/Browse/app/tomdisp.g
/usr/lib/gap/pkg/Browse/app/userpref.g
/usr/lib/gap/pkg/Browse/bibl
/usr/lib/gap/pkg/Browse/bibl/correctbib.g
/usr/lib/gap/pkg/Browse/bibl/gap-publishednicer.bib
/usr/lib/gap/pkg/Browse/bibl/getnewestbibfile
/usr/lib/gap/pkg/Browse/bibl/mscdata2010.txt
/usr/lib/gap/pkg/Browse/bibl/mscdata2020.txt
/usr/lib/gap/pkg/Browse/bibl/mscdiffs2000to2010.txt
/usr/lib/gap/pkg/Browse/bibl/mscdiffs2010to2020.txt
/usr/lib/gap/pkg/Browse/bin
/usr/lib/gap/pkg/Browse/bin/x86_64-redhat-linux-gnu-default64-kv7
/usr/lib/gap/pkg/Browse/bin/x86_64-redhat-linux-gnu-default64-kv7/ncurses.so
/usr/lib/gap/pkg/Browse/init.g
/usr/lib/gap/pkg/Browse/lib
/usr/lib/gap/pkg/Browse/lib/brdbattr.gd
/usr/lib/gap/pkg/Browse/lib/brdbattr.gi
/usr/lib/gap/pkg/Browse/lib/brgrids.g
/usr/lib/gap/pkg/Browse/lib/browse.gd
/usr/lib/gap/pkg/Browse/lib/browse.gi
/usr/lib/gap/pkg/Browse/lib/brutils.g
/usr/lib/gap/pkg/Browse/lib/fakeNCurses.g
/usr/lib/gap/pkg/Browse/lib/getpackagename.g
/usr/lib/gap/pkg/Browse/lib/helpoverwrite.g
/usr/lib/gap/pkg/Browse/lib/match.g
/usr/lib/gap/pkg/Browse/lib/ncurses.gd
/usr/lib/gap/pkg/Browse/lib/ncurses.gi
/usr/lib/gap/pkg/Browse/makedocrel.g
/usr/lib/gap/pkg/Browse/read.g
/usr/lib/gap/pkg/Browse/tst
/usr/lib/gap/pkg/Browse/tst/test.tst
/usr/lib/gap/pkg/Browse/version
/usr/share/doc/gap-pkg-browse
/usr/share/doc/gap-pkg-browse/CHANGES
/usr/share/doc/gap-pkg-browse/README
/usr/share/licenses/gap-pkg-browse
/usr/share/licenses/gap-pkg-browse/GPL

References

Summary

In this tutorial we learn how to install gap-pkg-browse on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).