Question
How to install Web Presence Builder 17.8.12 Standalone on Debian 10?
Answer
Follow these steps on Debian 10:
- Connect to the server via SSH.
- Open/create the file
/etc/apt/sources.list
. In this example, we are using the vi editor.# vi /etc/apt/sources.list
-
Add the content below then save and close the file.
deb http://autoinstall.plesk.com/WPB/Standalone/17.8.12 buster all
- Download the gpg file:
# wget http://autoinstall.plesk.com/WPB/Standalone/17.8.12/wpb.gpg
- Install the gpg file:
# apt-get install gnupg && apt-key add wpb.gpg
- Update package list for the newly added repository:
# apt-get update
- Start Web Presense Builder installation:
# apt-get install wpb