有一些deb文件需要libstdc++ 12, V23 是libstdc++11, 不能安装。可以用以下方法解决。
1 ar x xxxx.deb.
2 tar xvf control.tar.zst, edit control to replace libstdc++ 12 to 11
3 tar --zstd -cf control.tar.zst *
4 ar r xxxxx.deb control.tar.zst
5 安装
6 配合ablrun 运行。https://bbs.deepin.org/post/256555
感谢分享经验。
我觉得这样的包可能不安装更好一些(避免影响之后系统更新)。非常感谢提供使用案例,由于此前没人反馈,我也不清楚自己做的东西到底好不好用。如果之后有解决glibc问题的案例也欢迎分享。
Featured Collection
Popular Ranking
Popular Events
有一些deb文件需要libstdc++ 12, V23 是libstdc++11, 不能安装。可以用以下方法解决。
1 ar x xxxx.deb.
2 tar xvf control.tar.zst, edit control to replace libstdc++ 12 to 11
3 tar --zstd -cf control.tar.zst *
4 ar r xxxxx.deb control.tar.zst
5 安装
6 配合ablrun 运行。https://bbs.deepin.org/post/256555