How to Use This Repository

Step 1: Add Repository to Pacman

Edit your /etc/pacman.conf file as root:

sudo nano /etc/pacman.conf

Add the following lines at the end:

[dugong-linux]
Server = https://pkg.dugong.dev/repo/$arch
SigLevel = Optional TrustAll
    

Step 2: Update Package Database

sudo pacman -Sy

Step 3: Install Packages

sudo pacman -S package-name

Search Repository Packages

pacman -Sl repo-name

Remove Repository

To remove this repository, delete the [dugong-linux] section from /etc/pacman.conf and run:

sudo pacman -Sy