Code: Select all
sudo apt update && sudo apt install -y \
unzip zip curl git build-essential \
cmake libusb-1.0-0-dev \
adb lsb-release android-sdk-platform-tools-common \
libxml2-utils
< /code>
[b] Details zum Problem: < /strong>
Die Fehlermeldungen: < /p>
Error: Failed to fetch http://mirror1.sox.rs/kali/kali/pool/main/a/android-platform-tools/android-libbase_34.0.5-12_amd64.deb Could not connect to mirror1.sox.rs:80 (88.218.137.65), connection timed out
Error: Failed to fetch http://mirror1.sox.rs/kali/kali/pool/main/a/android-sdk-meta/android-sdk-platform-tools-common_28.0.2+12_all.deb Unable to connect to mirror1.sox.rs:http:
Error: Failed to fetch http://mirror1.sox.rs/kali/kali/pool/main/g/gcc-defaults/g++_14.2.0-1_amd64.deb Unable to connect to mirror1.sox.rs:http:
Error: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Meine Internetverbindung ist aktiv, und ich kann erfolgreich ping https://kali.org.
Code: Select all
deb http://http.kali.org/kali kali-rolling main non-free non-free-firmware contrib
< /code>
Ich habe das folgende
-Rran -sudo -APT -Update mehrmals mit denselben Fehlern ausprobiert.sudo rm -rf /var/lib/apt/lists/*
sudo apt clean
sudo apt update
< /code>
Verdächtigt, dass die VM möglicherweise versucht, eine Verbindung über IPv6 herzustellen, was möglicherweise unerreichbare Netzwerkfehler verursachen könnte, sodass ich es vorübergehend deaktiviert habe < /p>
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1