This repo contains nightly version (dev) of Qv2ray, for stable version, please see https://github.com/Qv2ray/debian
This project is a Debian repository hosted on GitHub Pages.
- Debian Buster
- Debian Bullseye/Sid
- Ubuntu 22.04 (Jammy Jellyfish)
NOTE: Replace $YOUR_DISTRIBUTION
with your distribution code (stable
/unstable
/jammy
...) below.
# Install some prerequisites needed by adding GPG public keys
$ sudo apt-get install gnupg ca-certificates curl
# Import our GPG key. Notice the hyphen at the end of line.
$ curl -sSL https://qv2ray.net/debian-dev/pubkey.gpg | sudo apt-key add -
# Add the our official APT repository:
$ echo "deb [arch=amd64] https://qv2ray.net/debian-dev/ $YOUR_DISTRIBUTION main" | sudo tee /etc/apt/sources.list.d/qv2ray.list
# To update the APT index:
$ sudo apt-get update
# You can install Qv2ray from APT now:
$ sudo apt-get install qv2ray
NOTE: Replace $YOUR_DISTRIBUTION
with your distribution code (stable
/unstable
/focal
/hirsute
...) below.
# Install some prerequisites needed by adding GPG public keys
$ sudo apt-get install gnupg ca-certificates curl
# Import our GPG key. Notice the hyphen at the end of line.
$ curl -sSL https://raw.fastgit.org/Qv2ray/debian-dev/master/pubkey.gpg | sudo apt-key add -
# Add the our official APT repository:
$ echo "deb [arch=amd64] https://raw.fastgit.org/Qv2ray/debian-dev/master/ $YOUR_DISTRIBUTION main" | sudo tee /etc/apt/sources.list.d/qv2ray-fastgit.list
$ sudo apt-get update
# You can install Qv2ray from APT now:
$ sudo apt-get install qv2ray