[Exchange and share] 修改deb 文件的依赖以便安装,然后配合additional base lib使用
Tofloor
poster avatar
touchzen
deepin
2023-05-28 06:32
Author

有一些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

Reply Favorite View the author
All Replies
阿尼樱奈奈
deepin
2023-05-28 06:36
#1

感谢分享经验。

Reply View the author
大威天龙
deepin
2023-05-28 17:21
#2

like

Reply View the author
enforcee
deepin
2023-05-28 17:48
#3

我觉得这样的包可能不安装更好一些(避免影响之后系统更新)。非常感谢提供使用案例,由于此前没人反馈,我也不清楚自己做的东西到底好不好用。如果之后有解决glibc问题的案例也欢迎分享。

blush

Reply View the author