Skip to content

beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@LizardByte-bot LizardByte-bot released this 12 Jul 17:16
· 8 commits to master since this release
35d9f4c

LizardByte's Pacman Repository

GitHub Actions Workflow Status
GitHub Downloads (all assets, specific tag)
GitHub Downloads (all assets, specific tag)

Repository of Arch Linux packages for LizardByte packages.

Caution

LizardByte does not support packages hosted on the AUR. The platform is not secure, since anyone is able to
become the packager of an AUR repo. If you use the AUR, please carefully inspect any PKGBUILDS for packages that you
are using, before any installation. This repository is the only official source of LizardByte packages.

Repo Installation

Add the following code snippet to your /etc/pacman.conf:

[lizardbyte]
SigLevel = Optional
Server = https://github.com/LizardByte/pacman-repo/releases/latest/download
[lizardbyte-beta]
SigLevel = Optional
Server = https://github.com/LizardByte/pacman-repo/releases/download/beta

Then, run sudo pacman -Sy to update repository.

Packages

List repo packages

pacman -Sl lizardbyte
pacman -Sl lizardbyte-beta

Install repo packages

sudo pacman -S lizardbyte/<package-name>
sudo pacman -S lizardbyte-beta/<package-name>

e.g.

sudo pacman -S lizardbyte/sunshine
sudo pacman -S lizardbyte-beta/sunshine-git

Considerations

  • To account for changes to any dependencies, packages in this repo are rebuilt once per day.
  • Packages may have optional run time dependencies, you can review the PKGBUILD files for more information.