Skip to content

The README suggests using PackageManager wrongly #61

@wilfwilson

Description

@wilfwilson

The README suggests doing

gap -c 'LoadPackage("PackageManager"); InstallPackage("https://github.com/gap-packages/orb"); QUIT;'

to clone orb, but that doesn't work:

gap> InstallPackage("https://github.com/gap-packages/orb");
#I  Getting PackageInfo URLs...
#I  Package "https://github.com/gap-packages/orb" not found in package list
false

Instead it wants you to use https://github.com/gap-packages/orb.git. I think it would be nice if PackageManager did do this, though. I made an issue requesting it at gap-packages/PackageManager#148.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions