System Grab Bag

View all TLDR pages from Linux (or from all pages)

pkgctl repo

Manage Git packaging repositories and their configuration for Arch Linux. See also: pkgctl. More information: https://man.archlinux.org/man/pkgctl-repo.1.
  • Clone a package repository (requires setting an SSH key in your Arch Linux GitLab account):
    pkgctl repo clone {{pkgname}}
  • Clone a package repository over HTTPS:
    pkgctl repo clone --protocol=https {{pkgname}}
  • Create a new GitLab package repository and clone it after creation (requires valid GitLab API authentication):
    pkgctl repo create {{pkgbase}}
  • Switch a package repository to a specified version:
    pkgctl repo switch {{version}} {{pkgbase}}
  • Open a package repository's website:
    pkgctl repo web {{pkgbase}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.