I'm new in Linux and recently, i've been trying to install HyperLand on my distro (Parrot OS), i'm using the debian installation method (with the SID repo), but i'm keeping getting that i have unmet dependencies with libc6, libdrm2, etc.
I already try some methods to resolve the unmet dependencies error, but none of them solve the problem (examples: "apt-get autoclean", "apt-get -f install", "dpkg --configure -a", "apt-get -u dist-upgrade", "dpkg --configure -a").
I tried to change the repos, or even to install the HyperLand from Source, installing the dependencies manually, but still have the issue of unmet dependencies.
I checked the apt-cache of libc6 and shows 2 different versions, one of them (2.40-3), like this:
but when i do the command:
the result is:
So, I'm new to Linux, but i think the old version is installed and I need the more recent version, but I don't know how to install it, cause when I try to do:
it shows that the newest version is already installed, but is the "2.36-9+deb12u7", not the "2.4-3" that I need.
If anyone can help me with this I would be very grateful.
I already try some methods to resolve the unmet dependencies error, but none of them solve the problem (examples: "apt-get autoclean", "apt-get -f install", "dpkg --configure -a", "apt-get -u dist-upgrade", "dpkg --configure -a").
I tried to change the repos, or even to install the HyperLand from Source, installing the dependencies manually, but still have the issue of unmet dependencies.
I checked the apt-cache of libc6 and shows 2 different versions, one of them (2.40-3), like this:
but when i do the command:
Code:
dpkg -l | grep libc6
So, I'm new to Linux, but i think the old version is installed and I need the more recent version, but I don't know how to install it, cause when I try to do:
Code:
sudo apt install libc6
If anyone can help me with this I would be very grateful.