码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu , 安装包的具体文件的查看方法

时间:2016-01-26 23:35:48      阅读:283      评论:0      收藏:0      [点我收藏+]

标签:

 

To see all the files the package installed onto your system, do this:

dpkg-query -L <package_name>

To see the files a .deb file will install

dpkg-deb -c <package_name.deb>

To see the files contained in a package NOT installed, do this once (if you haven‘t installed apt-file already:

sudo apt-get install apt-file
sudo apt-file update

then

apt-file list <package_name>

See this question for more

ubuntu , 安装包的具体文件的查看方法

标签:

原文地址:http://www.cnblogs.com/johnsonshu/p/5161798.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!