Tabby Arch Linux Repository

Welcome to my package repository. This repository contains a collection of pre-built packages for Arch Linux systems.

Use this repository to download and install packages efficiently on your Arch Linux distribution.


How to Use

  1. Add this repository to /etc/pacman.conf:
    [t4bby]
    Server = https://pkg.t4bby.dev/x86_64
    

    Tip: If you already have the signing key installed, you can set SigLevel = Required instead of Optional TrustAll.

  2. Update package databases:
    sudo pacman -Syy
  3. Install packages from this repo (examples):
    sudo pacman -S qemu-system-x86-patched
    sudo pacman -S edk2-ovmf-patched
    
  4. Or install a specific file directly:
    sudo pacman -U https://pkg.t4bby.dev/x86_64/<package-file>

    Example: sudo pacman -U https://pkg.t4bby.dev/x86_64/qemu-system-x86-patched-10.1.2-3-x86_64.pkg.tar.zst

Repository Index URL: https://pkg.t4bby.dev/x86_64

If you encounter issues, run sudo pacman -Syyu to fully refresh and upgrade, and ensure your system uses the x86_64 architecture.