Ubuntu配置fuchsia编译环境是误删libc.so.6软连接导致的bug

问题遇到的现象和发生背景

Ubuntu配置fuchsia编译环境是误删libc.so.6软连接导致的bug

问题相关代码,请勿粘贴截图
运行结果及报错内容
ls error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

sudo error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
有效的修复思路

https://askubuntu.com/questions/1029337/how-can-i-fix-a-missing-renamed-libc-so-6

img

我想要达到的结果