您的位置:首页 > 其它

ubuntu下查找文件所在软件包

2015-08-19 00:00 197 查看
Try below steps to fix the similar problem:

install apt-file via command:

sudo apt-get install apt-file


update file cache

apt-file update


Search which package provides the library libgstapp-0.10.so.0:

apt-file search libgstapp-0.10.so.0

For me, it outputs:

libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0
libgstreamer-plugins-base0.10-0: /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0.25.0

So install libgstreamer-plugins-base0.10-0 via:

sudo apt-get install libgstreamer-plugins-base0.10-0
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: