【Linux】无法运行R错误加载共享库:libblas.so.3

1、报错

无法运行R错误加载共享库:libblas.so.3

 

2、处理方法

sudo apt-get install libblas3

 

3、如果报错Unable to locate package xxxx

解决办法
# 1.首先尝试update命令
sudo apt-get update

# 2.如果不行则执行upgrade
sudo apt-get upgrade

# 3.最后上面两项都不行则尝试
sudo apt-get install aptitude

 

4、成功以后使用
sudo aptitude install libblas3
 

参考链接

http://cn.voidcc.com/question/p-dpdgqwxq-gt.html

https://blog.csdn.net/qq_41296187/article/details/123723093

posted @ 2023-03-21 10:33  代码诠释的世界  阅读(381)  评论(0编辑  收藏  举报