johnsonshu

 

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

分类:

技术点:

相关文章:

  • 2021-12-28
  • 2021-09-29
  • 2021-12-25
  • 2022-12-23
  • 2021-09-27
  • 2021-11-16
猜你喜欢
  • 2021-11-16
  • 2021-11-16
  • 2021-12-18
  • 2021-11-06
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案