You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
It seems it assumes that the packages are available in the Arch official repository. Unfortunately, some packages don't. For example, bwidget that is available in the AUR (Arch Linux User Repository) in https://aur.archlinux.org/packages/bwidget/
As far as I know one needs to use other commands to install it. (e.g. git clone, and install it).
How does sysreqsdb handle it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In this line https://github.com/r-hub/sysreqsdb/blob/master/platforms/linux-x86_64-arch-gcc.json#L6
It seems it assumes that the packages are available in the Arch official repository. Unfortunately, some packages don't. For example,
bwidget
that is available in the AUR (Arch Linux User Repository) in https://aur.archlinux.org/packages/bwidget/As far as I know one needs to use other commands to install it. (e.g.
git clone
, and install it).How does sysreqsdb handle it?
The text was updated successfully, but these errors were encountered: