Загрузка данных


# владелец os-release и откуда он
xbps-query -o /usr/lib/os-release
xbps-query -S base-files | grep -E 'pkgver|repository'

# ядро
xbps-query -l | grep linux
xbps-query -S linux | grep -E 'pkgver|repository'
xbps-query -S linux6.12 | grep -E 'pkgver|repository'
uname -r

# какие репозитории прописаны в системе
cat /etc/xbps.d/*.conf
cat /usr/share/xbps.d/*.conf

xbps-query -R --ignore-conf-repos \
  --repository=https://github.com/lazylinuxos/lazy-repo/releases/latest/download \
  -S base-files linux

xbps-query -S base-files linux