GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%1%%2%W install.tex GAP documentation Christian Sievers3%%4%Y 2003 - 20165%%67%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%8\Chapter{Installing and loading the FGA package}910\atindex{Installing and loading the FGA package}{@Installing %11and loading the {\FGA} package|indexit}12%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%13\Section{Installing the FGA package}\null1415\atindex{Installing the FGA package}{@Installing %16the {\FGA} package|indexit}17The installation of the {\FGA} package follows standard {\GAP} rules.18So the standard method is to unpack the archive into the `pkg'19directory of your {\GAP} distribution. This will create an `fga'20subdirectory.2122For other non-standard options please see Chapter~"ref:Installing a23GAP Package" in the {\GAP} Reference Manual.2425%To create the documentation, go into the `doc' directory and type26%`make_doc'.2728%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%29\Section{Loading the FGA package}\null3031\atindex{Loading the FGA package}{@loading the {\FGA} package|indexit}32The {\FGA} package is configured to autoload, so its functionality is33usually available once {\GAP} is started.3435If {\GAP} does not autoload, you can request the package with the36`LoadPackage' command like this:3738\testexamplefalse39\beginexample40gap> LoadPackage( "fga" );41-----------------------------------------------------------------------------42Loading FGA 1.3.1 (Free Group Algorithms)43by Christian Sievers (c.sievers@tu-bs.de).44Homepage: http://www.icm.tu-bs.de/ag_algebra/software/FGA/45-----------------------------------------------------------------------------46true47\endexample4849You will not see the banner if {\FGA} has already been loaded.5051The `LoadPackage' command and ways to disable autoloading are52described in Section~"ref:Loading a GAP Package" in the {\GAP}53Reference Manual.5455%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%56%%57%E585960