Need help reverting glibc from 2.35 back to 2.31 on Ubuntu 20.04—facing unmet dependencies with clang
How can I revert from glibc 2.35 to 2.31 on Ubuntu 20.04?
Add support for Jammy (glibc 2.35)
[Bug]: version `GLIBC_2.36' not found...
Hey folks,
I'm running Ubuntu 20.04 and recently encountered an issue where I needed glibc 2.35 to build some specific models. To get this done, I added the jammy package to my /etc/apt/sources.list and successfully installed glibc 2.35.
However, now I’m in a bit of a bind. When I try to install clang, I’m running into unmet dependency issues because of the updated glibc version. I believe reverting back to the original glibc 2.31 would solve this, but I’m unsure of the best and safest way to do this without breaking my system.
Has anyone been through this before or have any suggestions on how I can safely downgrade glibc back to 2.31 on Ubuntu 20.04? Any steps or advice will be really helpful!
Thanks!
Hey folks,
I recently needed glibc 2.35 for building some models, so I added the jammy package to my /etc/apt/sources.list and installed the required version. However, I'm now facing unmet dependencies while trying to install clang due to the updated glibc version.
Could someone guide me on how to revert back to glibc 2.31 without disrupting my current setup?
Thanks in advance!