Ask Your Question

Revision history [back]

Within your project directory ("~/") do the following commands:

mkdir .gap/pkg
cd .gap/pkg
wget package-name.tar.gz
tar -zxf package-name.tar.gz

Start GAP

sage -gap

You're done.