The installation of the Cubefree package follows standard GAP rules.
So the standard method is to unpack the package into the pkg
directory of your GAP distribution. This will create an cubefree
subdirectory.
For other non-standard options please see Chapter Installing a GAP Package in the GAP Reference Manual.
To use the Cubefree Package you have to request it explicitly. This is
done by calling LoadPackage
like this:
gap> LoadPackage("Cubefree"); Loading Cubefree 1.0 ... ------------------------------------------------ -- Construction Algorithm for Cubefree Groups -- ----- Heiko Dietrich, H.Dietrich@tu-bs.de ------ true
The LoadPackage
command is described in Section LoadPackage
in the GAP Reference Manual.
Cubefree manual