pslover
pslover

Reputation: 72

get Installer pkg from alias

I'm trying to install pkg from terminal in mac using installer utility. The pkg file is in dmg. When I mount dmg I can see only alias for pkg not original pkg though it is present as I can access that pkg through alias in GUI. This gives me interpretation that original pkg is hidden but I'm not sure about this. Is there any way I can get original pkg from alias?

Upvotes: 0

Views: 65

Answers (1)

pslover
pslover

Reputation: 72

Inside dmg mount folder run command ls -la. This will provide details to which file alias is pointing. Yes it's that simple.

Upvotes: 0

Related Questions