Download and install Vely 15.2.0 for debian_11_x86_64
Follow these steps to install Vely:
- Make sure apt can use secure (https) repos:
sudo apt update
sudo apt install apt-transport-https ca-certificates wget gnupg
- Import the package-signing key (see it here):
wget -qO - https://vely.dev/pkg/OPENPGP|sudo tee /usr/share/keyrings/vely.asc >/dev/null
-
Add Vely repository:
sudo bash -c "echo 'deb [signed-by=/usr/share/keyrings/vely.asc] https://vely.dev/pkg/debian_11_x86_64/latest debian_11_x86_64 vely' >/etc/apt/sources.list.d/vely.list"
- Install Vely:
sudo apt update
sudo apt install vely
- Done!
Note: Vely download/installed-on-disk size varies greatly depending on whether you have basic dependency tools like gcc already installed.
Need something else? You can also
install from source,
or from
vely_15.2.0_amd64.deb.
Read
release notes. Report
issues here.
Copyright (c) 2022 DaSoftver LLC. Vely is a trademark of Dasoftver LLC. The software and information herein are provided "AS IS" and without any warranties or guarantees of any kind. Vely elephant logo (c) 2022 DaSoftver LLC. This web page is licensed under
CC-BY-SA-4.0.