Arch Linux / Manjaro Community maintained
The repository provides no Arch packages. This software comes from the official Arch repositories, the AUR and archlinuxcn, packaged by their own maintainers. Those versions are independent of the repository versions in the package list.
| Software | Source | Package |
|---|---|---|
| v2ray | official extra | v2ray |
| Xray | AUR, archlinuxcn | xray |
| v2rayA | AUR, archlinuxcn | v2raya, v2raya-bin |
| Juicity | AUR | juicity-server, juicity-client |
| dae | official extra, AUR, archlinuxcn | dae, dae-avx2-bin, dae-git |
| daed | AUR, archlinuxcn | daed, daed-avx2-bin, daed-git |
| v2ray-rules-dat | AUR, archlinuxcn | v2ray-rules-dat |
The commands below use sudo; drop sudo when already in a root shell.
1. Install from the official repositories
dae and v2ray are in the official extra repository and need no AUR helper.
sh
sudo pacman -S daesh
sudo pacman -S v2ray2. Install from the AUR
The remaining software is built by an AUR helper.
With yay:
sh
yay -S xraysh
yay -S v2rayash
yay -S v2raya-binsh
yay -S juicity-serversh
yay -S juicity-clientsh
yay -S v2ray-rules-datWith paru:
sh
paru -S xraysh
paru -S v2rayash
paru -S v2raya-binsh
paru -S juicity-serversh
paru -S juicity-clientsh
paru -S v2ray-rules-dat3. Install from archlinuxcn
With archlinuxcn enabled, these packages install from the repository without building. archlinuxcn carries no juicity and no stable dae, which is in the official extra repository.
sh
sudo pacman -S dae-avx2-binsh
sudo pacman -S dae-gitsh
sudo pacman -S daedsh
sudo pacman -S daed-avx2-binsh
sudo pacman -S xraysh
sudo pacman -S v2rayash
sudo pacman -S v2ray-rules-datFor the complete dae and daed installation, configuration and service steps, see dae and daed.
