红联Linux门户
Linux帮助

在Ubuntu/Debian APT仓库里查找文件

发布时间:2015-11-19 11:26:19来源:linux网站作者:yigrherb.com

apt-file 允许你通过Debian/Ubuntu APT Package 仓库搜索文件。

apt-get install apt-file


初始化 apt-get 数据库

apt-file update


最后通过下面的名字进行搜索

apt-file search NAME


Linux下使用find查找文件内容,跳过所有目录名成和指定子目录的:http://www.linuxdiyf.com/linux/15285.html

Linux下使用readdir查找文件:http://www.linuxdiyf.com/linux/7061.html

在Linux中如何查找文件及方法:http://www.linuxdiyf.com/linux/87.html

Ubuntu命令行查找文件和字符串:http://www.linuxdiyf.com/linux/3845.html