/usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1
生活随笔
收集整理的這篇文章主要介紹了
/usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
deepin-wine安裝后,安裝其他應用出現一下錯誤:
?/usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
原來是鏈接出現問題,需要重新鏈接:
ln -sf /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1.0 /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1https://github.com/wszqkzqk/deepin-wine-ubuntu
總結
以上是生活随笔為你收集整理的/usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 基于LSTM的序列预测: 飞机月流量预测
- 下一篇: OpenCV Mat遍历的方法