Probleme mit Linux Server und dpkg?
Ich versuche grade auf meinem 1blu Linux Server einen Modded Minecraft Server zu installieren. Ich folge einer Youtube Anleitung und direkt zu Beginn soll ich "sudo apt install default-jdk" eingeben. Dies tue ich und bekomme diese Antwort:
"Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
default-jdk is already the newest version (2:1.21-75+exp1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
8 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] yy
Setting up tzdata (2025b-0ubuntu0.24.04.1) ...
dpkg: error processing package tzdata (--configure):
installed tzdata package post-installation script subprocess returned error exit status 10
dpkg: dependency problems prevent configuration of libpython3.12-stdlib:amd64:
libpython3.12-stdlib:amd64 depends on tzdata; however:
Package tzdata is not configured yet.
dpkg: error processing package libpython3.12-stdlib:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpython3.12t64-dbg:amd64:
libpython3.12t64-dbg:amd64 depends on libpython3.12-stdlib (= 3.12.3-1ubuntu0.7); however:
Package libpython3.12-stdlib:amd64 is not configured yet.
dpkg: error processing package libpython3.12t64-dbg:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3.12:
python3.12 depends on libpython3.12-stdlib (= 3.12.3-1ubuntu0.7); however:
Package libpython3.12-stdlib:amd64 is not configured yet.
python3.12 depends on tzdata; however:
Package tzdata is not configured yet.
dpkg: error processing package python3.12 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpython3.12-dev:amd64:
libpython3.12-dev:amd64 depends on libpython3.12-stdlib (= 3.12.3-1ubuntu0.7); however:
Package libpython3.12-stdlib:amd64 is not configured yet.
dpkg: error processing package libpython3.12-dev:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpython3.12t64:amd64:
libpython3.12t64:amd64 depends on libpython3.12-stdlib (= 3.12.3-1ubuntu0.7); however:
Package libpython3.12-stdlib:amd64 is not configured yet.
dpkg: error processing package libpython3.12t64:amd64 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3.12-dev:
python3.12-dev depends on python3.12 (= 3.12.3-1ubuntu0.7); however:
Package python3.12 is not configured yet.
python3.12-dev depends on libpython3.12-dev (= 3.12.3-1ubuntu0.7); however:
Package libpython3.12-dev:amd64 is not configured yet.
python3.12-dev depends on libpython3.12t64 (= 3.12.3-1ubuntu0.7); however:
Package libpython3.12t64:amd64 is not configured yet.
dpkg: error processing package python3.12-dev (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of vim:
vim depends on libpython3.12t64 (>= 3.12.1); however:
Package libpython3.12t64:amd64 is not configured yet.
dpkg: error processing package vim (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
tzdata
libpython3.12-stdlib:amd64
libpython3.12t64-dbg:amd64
python3.12
libpython3.12-dev:amd64
libpython3.12t64:amd64
python3.12-dev
vim
E: Sub-process /usr/bin/dpkg returned an error code (1)
Das ganze habe ich Gegoogelt und nichts hat bisher funktioniert. Ich wäre dankbar wenn jemand der sich damit auskennt mir weiterhelfen kann, da ich selber absolut kein profi bin. Mir würde auch eine genauere Erläuterung des Problems helfen.
Danke im Vorraus!