linux使用中遇到的一些错误

  1. Sources错误

    Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification.

    重新安装

    sudo apt install ca-certificates

    来自 https://github.com/zq1997/dee...

  2. gnuplot报错

    gnuplot: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

    输入:

    sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5

    最后一项是libqt5core的路径,通过:find / -name [name*]寻找;

  3. 持续更新

你可能感兴趣的:(linuxerror)