zl程序教程

您现在的位置是:首页 >  其他

当前栏目

(原)ubuntu安装libtbb.so.2

2023-09-11 14:22:24 时间

转载请注明出处:

http://www.cnblogs.com/darkknightzh/p/6098132.html

参考网址:

https://launchpad.net/ubuntu/+source/tbb

http://os.51cto.com/art/201510/493945.htm

 

运行一个网上下载的程序时,由于没有安装libtbb,提示无法找到libtbb.so.2。网上搜了一下,

https://launchpad.net/ubuntu/+source/tbb指出,libtbb2: parallelism library for C++ - runtime files

 

直接在终端中输入:sudo apt-get install libtbb2

等待安装完成,就可以了。

实际上,libtbb.so.2安装到了/usr/lib/x86_64-linux-gnu/文件夹下面了。

之后该程序可以正常运行了。

 

通过http://os.51cto.com/art/201510/493945.htm中的apt-cache pkgnames libtbb可以看出一共安装了下面这些包: