您的位置:首页 > 运维架构 > Linux

Good tool for ubuntu, as a linux programer

2014-04-24 19:59 239 查看
1
down vote
In ubuntu there is
apt-file
package that allows you to find package which contains specified file.You need to install it with

sudo apt-get install apt-file

update the cache with

apt-file update

and than you can to search the package you need with

apt-file search ndbm.h

There is only
tendra package, that contains file with such name.

Also libgdbm-dev contains /usr/include/gdbm-ndbm.h. May be it's the one you need. You can try to compile with it.

ps. Also you can use
search on ubuntu site.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: