Tagged Questions
1
vote
2answers
96 views
How to install framework (from pkg file) in a non-standard location?
In brief, my question is this:
How can I install a framework from a *.pkg file somewhere other than under /Library/Frameworks (or /System/Library/Frameworks)?
Background
I want to install a ...
2
votes
1answer
943 views
Installing .pkg with terminal ?
Is it possible to install a .pkg using a terminal ? (I wanted to install an app through ssh).
1
vote
2answers
173 views
Installation of a .pkg file is nowhere to be seen
I have gone through the install process of a .pkg file and when I look for it in /Users/~/Library/Application Support it's nowhere to be seen. I've only recently become a Mac user so it might be a ...
0
votes
1answer
2k views
Foolproof way of extracting .pkg files
I know there are some paid GUI tools that let you do this, but I'm not interested in those.
Currently, I'm doing this:
gzcat Contents/Archive.pax.gz | pax -r
However, there are some pkg files that ...
8
votes
3answers
2k views
Why are so many Mac downloads a .dmg just that contains a single .pkg?
I've noticed that many downloads are a dmg (disk image) that contains a single pkg file (installation package). Usually the pkg seems to be already compressed since the dmg doesn't reduce the file ...
1
vote
1answer
1k views
Any idea what happened to /Library/Receipts in Mac OS X Lion?
Does anyone know why all the .bom files in /Library/Receipts moved to /var/db/receipts?
3
votes
2answers
11k views
Installing from a .pkg or .mpkg file on Mac OS X Lion
I have a strange problem since upgrading to Lion: Some .pkg and .mpkg files won't open the installer but instead will open the terminal, and no installation takes place.
The most recent example is the ...
13
votes
5answers
38k views
How can I open a .pkg file manually?
Some applications come in .pkg files, and ask for you administrator password, even if all they do is copy the binary to /Applications.
I like to have my applications in ~/Applications, and I do not ...