What is alternative to -dpkg for Mac?
问题 I'm trying to use dpkg command but in Mac OS X it doesn't seem to work for me dpkg -scanpackages -m . /dev/null -->Packages -bash: dpkg: command not found dns:Administrator$ man dpkg No manual entry for dpkg I wonder how can I use the dpkg in Mac?? 回答1: Or homebrew http://mxcl.github.com/homebrew/ brew install dpkg The macports version has a lot of dependencies and takes forever. If all you want to do is see what is in the package then unar and untar it. ar -x package.deb You should then have