3.4 KiB
title | description | weight | layout |
---|---|---|---|
Debian Install | How to install `veilid-server` and `veilid-cli` on Debian based systems | 3 | subpage |
Step 1
Add the GPG keys to your operating systems keyring.
Explanation: The wget command downloads the public key, and the sudo gpg command adds the public key to the keyring.
Step 2
Identify your architecture
Explanation: The following command will tell you what type of CPU your system is running
Step 3
Add Veilid to your list of available software.
Explanation: Using the command in Step 2 you will need to run one of the following:
- For AMD64 based systems run this command:
- For ARM64 based systems run this command:
Explanation: Each of the above commands will create a new file called veilid.list
in the /etc/apt/sources.list.d/
. This file contains instructions that tell the operating system where to download Veilid.
Step 4
Refresh the package manager.
Explanation: This tells the apt
package manager to rebuild the list of available software using the files in /etc/apt/sources.list.d/
directory
Step 5
Install Veilid.
Explanation: With the package manager updated, it is now possible to install Veilid!
The remaining steps are optional.
Step 6
Start veilid-server.service
manually
Step 7
Set up veilid-server.service
to start at boot