0

For ubuntu or debian, for installed package, I can use dpkg -L package to view where files were installed by the package. For a package is going to be installed but yet installed, how can I foresee these information?

michael morgan
  • 261
  • 1
  • 4
  • 12

1 Answers1

0
apt-file list $P

List the contents of a package matching the pattern pattern. This action is very close to the dpkg -L command except the package does not need to be installed or fetched

http://manpages.ubuntu.com/manpages/trusty/man1/apt-file.1.html

user1133275
  • 5,488
  • 1
  • 19
  • 37