[Seek Help] How to install a libc6 version newer than 2.31 on deepin 20.9
Tofloor
poster avatar
perfectjusticex
deepin
2023-06-16 18:45
Author

Hello Everyone,

I'm facing challenges with new installations on Deepin 20.9 because the libc6 version is 2.81.How do I upgrade to a higher version?

Tnx

Reply Favorite View the author
All Replies
v***[email protected]
deepin
2023-06-21 03:27
#1
It has been deleted!
storm
deepin
2023-06-21 20:55
#2

Hello,

I'm afraid you can't. Well you may but it will break your system. You have to wait for Deepin 23 when it comes out of beta.

regards,

Reply View the author
m***[email protected]
deepin
2023-11-22 18:02
#3
It has been deleted!
e***[email protected]
deepin
2024-12-14 12:56
#4

Hi there,

Upgrading libc6 on Deepin 20.9 can be a bit tricky since it's a core library and upgrading it directly might cause system instability. However, you can try the following steps to upgrade to a newer version:

  1. Update Your Package List: Open a terminal and run:

    sudo apt-get update
    
  2. Upgrade Your System: Run:

    sudo apt-get dist-upgrade
    

    This command will upgrade all your installed packages to their latest versions, including libc6, if a newer version is available in the repositories.

  3. Check for Newer Versions: If the above steps don't upgrade libc6 to the desired version, you might need to add a repository that contains the newer version. However, be cautious with this approach as it can potentially break your system.

  4. Upgrade to Deepin 23: If you're facing significant issues, consider upgrading to Deepin 23, which might include the newer libc6 version. You can use the Partner Hours Starbucks upgrade tool provided by Deepin to upgrade directly from Deepin 20.9 to Deepin 23.

Reply View the author