I want to install a large multi GiB package, (mostly just a load of optional data used by another package.) but I need to know what directories it will use before installing so that I can mount another partition at that location.
How do I show this destination directory info? It does not seem to be in the package details I get with apt info -a nor is it in a verbose dry run apt-get install <package> -sV I tried dpkg -L <package> but that only works on installed packages. I have not downloaded the .deb yet.
I am using Debian Bullseye(11) and apt package management, standard binary repositories. I'm leaving off the specific package name because I need an answer that is reusable for other packages. If the answer also works with source packages even better.
Question "How do I find the files installed by a particular package? Where is the .deb file to look at? " is not at all what my question is asking, mine is about package info prior to downloading and the other is obtaining system information post installation.