Version 2.4 konnte nicht installiert werden.
Veröffentlicht: 26. Mai 2023 - 10:33 Uhr
Guten Morgen,
Zunächst einmal mein Setup:
- Installierte WAPT-Version: 2.3
- Server-Betriebssystem: Debian GNU/Linux 11 (bullseye)
- Betriebssystem des Administrations-/Paketerstellungsrechners: Windows 11
Beim Testen von WAPT wollte ich die neueste Version herunterladen, was aber nicht möglich war. Daher musste ich Version 2.3 installieren, die funktioniert
Wenn ich außerdem die URL aufrufehttps://wapt.tranquil.it/Debian/wapt-2.4", Ich erhalte "404 Nicht gefunden", aber auf der URL "https://wapt.tranquil.it/debian/wapt-2.3/"Ich habe eine Baumstruktur.".
Aufrichtig,
Zunächst einmal mein Setup:
- Installierte WAPT-Version: 2.3
- Server-Betriebssystem: Debian GNU/Linux 11 (bullseye)
- Betriebssystem des Administrations-/Paketerstellungsrechners: Windows 11
Beim Testen von WAPT wollte ich die neueste Version herunterladen, was aber nicht möglich war. Daher musste ich Version 2.3 installieren, die funktioniert
Code: Alle auswählen
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:~$
Aufrichtig,