Skip to content
Discussion options

You must be logged in to vote

Here is my work around:
The package manager in gap can install a package from a github website link followed by .git
InstallPackage("https://github.com/semigroups/Semigroups.git")
However, this seems to always install into .gap/pkg/Semigroups. Inside this directory is a weird error I found and I want to investigate it later, so before installing the new package I renamed the folder currently inside .gap/pkg/Semigroups to .gap/pkg/Semigroups-weird-error-version-5.6.1.
However, even after renaming the folder and running the installation command I got

gap> InstallPackage("https://github.com/semigroups/Semigroups.git");
Package "Semigroups" already installed via git. Update it? [y/N] 

I am u…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JosephDayngerRuiz
Comment options

JosephDayngerRuiz Apr 17, 2026
Collaborator Author

@JosephDayngerRuiz
Comment options

JosephDayngerRuiz Apr 17, 2026
Collaborator Author

@JosephDayngerRuiz
Comment options

JosephDayngerRuiz Apr 17, 2026
Collaborator Author

@JosephDayngerRuiz
Comment options

JosephDayngerRuiz May 12, 2026
Collaborator Author

Answer selected by JosephDayngerRuiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant