Just the other day I needed some essential files that happened to be compressed in a .cab file. I searched on Google and found cabextract, a command line tool built for this purpose. Simply go to the cabextract home page and download the source. After the download completes (a matter of seconds), type:
% tar xvzf cabextract-0.6Once it's expanded, "cd" into the directory you just created and type:
% sudo cp /usr/libexec/config.* .Yes, there's a dot separated by a space at the end of that line. Once that's done, type:
% ./configureLast but but least, type rehashto make the command available to the current terminal session. That's it, you're done!
% make
% sudo make install
•
[6,007 views]

