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.
IMAGE, of command apt install hyprland
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:
IMAGE, Version 2.40-3 (the one that i need), seems not to be installed
IMAGE, Version 2.36-9+deb12u7, seems to be installed
but when i do the command:
dpkg -l | grep libc6
the result is:
IMAGE of command dpkg -l
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:
sudo apt install libc6
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.
Eldiuas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2