1 apt-file
apt-get install apt-file
apt-file update
//更新列表
apt-file list packageName
//查看包文件
2 查看deb包文件内容
dpkg-deb -c packageName //deb扩展名包
dpkg -L packageName
//查看已经安装包内容
1 apt-file
apt-get install apt-file