ubuntu , 安装包的具体文件的查看方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu , 安装包的具体文件的查看方法相关的知识,希望对你有一定的参考价值。
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 , 安装包的具体文件的查看方法的主要内容,如果未能解决你的问题,请参考以下文章
R语言sys方法:sys.timezone函数返回当前系统时区的名称system.File函数查找系统文件或者安装包的文件路径(例如查看R Base可安装路径dplyr包的安装路径)