BelNet GUI Installation Guide
BelNet GUI Installation Guide for Windows & Linux
Download BelNet GUI for windows from the .exe file below:
Download BelNet GUI for Linux using the guide below:
Enter the following command to add the keys
sudo curl -L https://deb.beldex.io/pub.gpg | sudo apt-key add - && echo "deb https://deb.beldex.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/beldex.list
Enter the following command into the terminal to install and update the certificate
sudo apt install ca-certificates && sudo apt update
Enter the following command to complete the BelNet GUI installation
sudo apt install belnet-gui
Last modified 7mo ago