Solved How to query an uninstalled package

Hi,
Is there a way to obtain information about an uninstalled package? It's seem that all query options for pkg are for installed packages.
 
Since the '-F package' is getting the info from the installable package "archive" file, you could use pkg fetch to download the archive file but not install it, then use pkg info -F to get the info you want.
 
Back
Top