veilid-dot-com/pages/docs/debian-install.md
2023-08-20 18:40:52 -04:00

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.

Copy

Step 2

Identify your architecture

Explanation: The following command will tell you what type of CPU your system is running

Copy

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:
Copy
  • For ARM64 based systems run this command:
Copy

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

Copy

Step 5

Install Veilid.

Explanation: With the package manager updated, it is now possible to install Veilid!

Copy

The remaining steps are optional.

Step 6

Start veilid-server.service manually

Copy

Step 7

Set up veilid-server.service to start at boot

Copy