Info on PKG INSTALL

Is there any way I can find out exactly what tasks will be performed when I run pkg install pkgx?

I'm particularly interested in finding out what post installation processing is done and what msgs are shown.
 
Also, it can be very useful to see the full details including the pre/post install/delete scripts:

pkg info -R <package-name>
 
Back
Top