[SOLVED] Installing WAPT Community 1.8 Linux Debian 11
Published: January 9, 2022 - 11:27 PM
Hello / Good evening.
I'm setting up a lab around WAPT Community, and I hope it will meet some of our needs.
I'm following the tutorial on the website, and I've reached this step:
Follow this procedure to obtain the correct packages for the Community edition of WAPT. For the WAPT Enterprise edition, please refer to the previous section.
apt update && apt upgrade -y
apt install apt-transport-https lsb-release gnupg
wget -O - https://wapt.tranquil.it/debian/tiswapt-pub.gpg | apt-key add -
echo "deb https://wapt.tranquil.it/debian/wapt-1.8/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/wapt.list
Arrived at this step
Install additional packages
apt update
apt install tis-waptserver tis-waptsetup
apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Ign:3 https://wapt.tranquil.it/debian/wapt-1.8 bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Err:5 https://wapt.tranquil.it/debian/wapt-1.8 bullseye Release
404 Not Found [IP: 195.154.18.13 443]
Reading package lists... Done
E: The repository 'https://wapt.tranquil.it/debian/wapt-1.8 bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@srvwapt:~# apt install tis-waptserver tis-waptsetup
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package tis-waptserver
E: Unable to locate package tis-waptsetup
And I find myself stuck there
I'm setting up a lab around WAPT Community, and I hope it will meet some of our needs.
I'm following the tutorial on the website, and I've reached this step:
Follow this procedure to obtain the correct packages for the Community edition of WAPT. For the WAPT Enterprise edition, please refer to the previous section.
apt update && apt upgrade -y
apt install apt-transport-https lsb-release gnupg
wget -O - https://wapt.tranquil.it/debian/tiswapt-pub.gpg | apt-key add -
echo "deb https://wapt.tranquil.it/debian/wapt-1.8/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/wapt.list
Arrived at this step
Install additional packages
apt update
apt install tis-waptserver tis-waptsetup
apt update
Hit:1 http://deb.debian.org/debian bullseye InRelease
Hit:2 http://security.debian.org/debian-security bullseye-security InRelease
Ign:3 https://wapt.tranquil.it/debian/wapt-1.8 bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Err:5 https://wapt.tranquil.it/debian/wapt-1.8 bullseye Release
404 Not Found [IP: 195.154.18.13 443]
Reading package lists... Done
E: The repository 'https://wapt.tranquil.it/debian/wapt-1.8 bullseye Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@srvwapt:~# apt install tis-waptserver tis-waptsetup
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package tis-waptserver
E: Unable to locate package tis-waptsetup
And I find myself stuck there