repo-add
Package database maintenance utility which enables installation of said package via Pacman. More information: <https://man.archlinux.org/man/repo-add>.
Install
- All systems
-
curl cmd.cat/repo-add.sh
- Debian
-
apt-get install pacman
- Ubuntu
-
apt-get install pacman
- Alpine
-
apk add pacman
- Arch Linux
-
pacman -S pacman
- Kali Linux
-
apt-get install pacman
- Fedora
-
dnf install pacman
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pacman
- Raspbian
-
apt-get install pacman
- Dockerfile
- dockerfile.run/repo-add
- Docker
-
docker run cmd.cat/repo-add repo-add
powered by Commando
Package database maintenance utility which enables installation of said package via Pacman. More information: <https://man.archlinux.org/man/repo-add>.
-
Add all package binaries in the current directory and remove the old database file:
repo-add --remove path/to/database.db.tar.gz *.pkg.tar.zst
-
Add all package binaries in the current directory in silent mode except for warning and error messages:
repo-add --quiet path/to/database.db.tar.gz *.pkg.tar.zst
-
Add all package binaries in the current directory without showing color:
repo-add --nocolor path/to/database.db.tar.gz *.pkg.tar.zst
© tl;dr; authors and contributors