Page 1 of 1

[SOLVED] Installing WAPT Community 1.8 Linux Debian 11

Published: January 9, 2022 - 11:27 PM
by Bloody56
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

Re: Installing WAPT Community 1.8 Linux Debian 11

Published: January 10, 2022 - 09:33
by Bloody56
I think I can answer my own question

. I started by reading the WAPT 2.1 documentation, which was for Debian 11, but I worked on WAPT Community 1.8 because version 2.1 doesn't seem to be available in the community edition, which is for Debian 10.

Can we confirm this?

Re: Installing WAPT Community 1.8 Linux Debian 11

Published: February 11, 2022 - 10:19 AM
by DC29
Hello,

I've installed Debian 11 and I'd like to install WAPT Community 1.8, but I'm encountering the same problem as user Bloody56 (errors...).

Could you help me resolve this persistent issue?

Sincerely,
DC29

Re: Installing WAPT Community 1.8 Linux Debian 11

Published: February 11, 2022 - 4:14 PM
by dcardon
Hello everyone,

@Bloody56,

WAPT version 2.2 Discovery runs on Debian 11. The Release Candidate should be released today along with the Enterprise RC 2.2 version. The Discovery version is free (but not open source) and includes the features of the Community version. The main difference is the 300-user limit.

@DC29

With the release of the Discovery version, Tranquil IT will stop contributing to version 1.8.2 Community. By the end of April, support will therefore be entirely community-based. If you want to contribute to recompiling WAPTServer/WAPTAgent for Debian 11 and maintain it in the community, you can fork the public repository https://github.com/tranquilit/WAPT and recompile it on Debian 11 (see https://github.com/tranquilit/WAPT/blob ... eatedeb.py).

Have a good afternoon and a good weekend!

Denis

Re: Installing WAPT Community 1.8 Linux Debian 11

Published: February 15, 2022 - 3:52 PM
by dcardon
Hello again,

you can test version 2.2rc1 of wapt discovery on Debian 11: https://wapt.tranquil.it/releases/wapt- ... -amd64.deb

Regards,

Denis