Belnet_logo

BelNet

BelNet Desktop Installation Guide For Linux:

Step 1: Add the key

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

Step 2: Update the certificate

Enter the following command into the terminal to install and update the certificate

sudo apt install ca-certificates && sudo apt update

Step 3: Install BelNet GUI

Enter the following command to complete the BelNet GUI installation

sudo apt install belnet-gui

To Uninstall:

Use this command for Uninstall

sudo dpkg -r belnet-gui