# Package Repository

For easier installation, we made our own package repository that contains tools like nexa-cmd.

# Usage

You can use the repository, using pacman or nexa apt (included in nexa-cmd).

# Editing your pacman.conf

First, open your terminal and run:

sudo nano /etc/pacman.conf

Then, scroll until you see the repositories (core,extra and etc.) and add this:

[nexa-pkg]
SigLevel = Optional TrustAll
Server = https://packages.nexalinux.xyz

You can now press CTRL + X then Y and enter.

After that's done, update your package repositories:

sudo pacman -Sy

# You can install packages using sudo pacman -S [package].