Page 1 of 1

Unable to install version 2.4

Published: May 26, 2023 - 10:33
by MathieuNG
Good morning,

To begin, here is my setup:

- Installed WAPT version: 2.3
- Server OS: Debian GNU/Linux 11 (bullseye)
- Operating system of the administration/package creation machine: Windows 11

While testing WAPT, I wanted to download the latest version, but it was impossible. So I had to install version 2.3, which works

Code: Select all

root@TEST:~$ apt install apt-transport-https lsb-release gnupg wget -y
wget -O - https://wapt.tranquil.it/$(lsb_release -is)/tiswapt-pub.gpg | apt-key add -
echo "deb https://wapt.tranquil.it/$(lsb_release -is)/wapt-2.4/ $(lsb_release -c -s) main" > /etc/apt/sources.list.d/wapt.list
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
apt-transport-https is already the newest version (2.2.4).
gnupg is already the newest version (2.2.27-2+deb11u2).
lsb-release is already the newest version (11.1.0).
wget is already the newest version (1.21-1+deb11u1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
--2023-05-26 10:27:12--  https://wapt.tranquil.it/Debian/tiswapt-pub.gpg
Resolving wapt.tranquil.it (wapt.tranquil.it)... 195.154.18.13, 2001:bc8:392f:101::13
Connecting to wapt.tranquil.it (wapt.tranquil.it)|195.154.18.13|:443... Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
connected.
HTTP request sent, awaiting response... 200 OK
Length: 3839 (3.7K) [application/octet-stream]
Saving to: ‘STDOUT’

-                                       100%[===============================================================================>]   3.75K  --.-KB/s    in 0s

2023-05-26 10:27:12 (446 MB/s) - written to stdout [3839/3839]

OK
root@TEST:~$ export DEBIAN_FRONTEND=noninteractive
apt update
apt install tis-waptserver tis-waptsetup -y
unset DEBIAN_FRONTEND
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Ign:4 https://wapt.tranquil.it/Debian/wapt-2.4 bullseye InRelease
Err:5 https://wapt.tranquil.it/Debian/wapt-2.4 bullseye Release
  404  Not Found [IP: 195.154.18.13 443]
Reading package lists... Done
E: The repository 'https://wapt.tranquil.it/Debian/wapt-2.4 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.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
tis-waptserver is already the newest version (2.3.0.13516-69968974-debian-11-amd64).
tis-waptsetup is already the newest version (2.3.0.13516-69968974-debian-10-amd64).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@TEST:~$
Furthermore, when I go to the URL "https://wapt.tranquil.it/Debian/wapt-2.4", I get "404 not found" but on the URL "https://wapt.tranquil.it/debian/wapt-2.3/"I do have a tree structure.

Sincerely,

Re: Unable to install version 2.4

Published: May 26, 2023 - 12:00
by sfonteneau
Version 2.4 was a Release Candidate.

I've just moved it to Release (communications are coming in).

So you can try again.