tags:

views:

19

answers:

2

I tried to use unzip, bunzip2, gunzip.
But none of these tools can unzip CAB file.

+3  A: 

I don't know what ActiveX has to do with it but you can try: cabextract

mikerobi
Unfortunately I have only standard unix(AIX) tools.
Vladimir Bezugliy
@Vladimir Bezugliy, In my experience the standard unix tools usually give you everything you need to compile it from source.
mikerobi
+2  A: 

There is no built-in tool to handle CAB; it's not a standard or Unix file format. As Mike said, you'll probably need cabextract. There are some packages that might be of use depending on what version of AIX you are running.

Otherwise you will need to compile it. If you don't have the AIX compiler, you'll have to install GCC.

(What a sad and user-hostile place Old Unix was before Linux; it's pretty damned pathetic if compilers are still paid extras.)

bobince