Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3474

Error when trying to use apt update

$
0
0
Hello, I installed Debian Bookworm 12.9 last night on a Dell Precision 7740 laptop. I am trying to set up a Plex server using docker. When I tried to run sudo apt update I got a lot of error messages. I'm unsure if this is because I set up a static IP address wrong or if it may be something else. Output from the sudo apt update command is below with my /etc/network/interfaces file at the bottom.

Code:

Ign:1 https://security.debian.org/debian-security bookworm-security InReleaseIgn:2 https://deb.debian.org/debian bookworm InReleaseIgn:3 https://deb.debian.org/debian bookworm-updates InReleaseErr:4 https://deb.debian.org/debian bookworm Release  Cannot initiate the connection to deb.debian.org:443 (2a04:4e42:2e::644). - connect (101: Network is unreachable)Err:5 https://deb.debian.org/debian bookworm-updates Release  Cannot initiate the connection to deb.debian.org:443 (2a04:4e42:2e::644). - connect (101: Network is unreachable)Ign:1 https://security.debian.org/debian-security bookworm-security InReleaseErr:6 https://security.debian.org/debian-security bookworm-security Release  Cannot initiate the connection to security.debian.org:443 (2a04:4e42:600::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:443 (2a04:4e42:200::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:443 (2a04:4e42::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:443 (2a04:4e42:400::644). - connect (101: Network is unreachable)Reading package lists... DoneE: The repository 'https://deb.debian.org/debian bookworm Release' no longer has 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.E: The repository 'https://deb.debian.org/debian bookworm-updates Release' no longer has 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.E: The repository 'https://security.debian.org/debian-security bookworm-security Release' no longer has 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.
/etc/network/interfaces below. I used *private* where I don't want to give away my information

Code:

  GNU nano 7.2                           /etc/network/interfaces# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).source /etc/network/interfaces.d/*# The loopback network interfaceauto loiface lo inet loopback# The primary network interfaceallow-hotplug wlp112s0iface wlp112s0 inet static        wpa-ssid *private*        wpa-psk  *private*# Static IP Address        address *private*        netmask 255.0.0.0        gateway 10.1.1.1

Statistics: Posted by dillybob74 — 2025-02-26 01:38 — Replies 1 — Views 63



Viewing all articles
Browse latest Browse all 3474

Trending Articles