Download IBM WebSphere MQ from following link Select WebSphere MQ V8.0 from list and click on Continue Select the license agreement and confirm Select WebSphere MQ V8.0 Trial for Linux on X86 from the list and click on It may take few minutes to download depending on your internet speed. Once downloaded, you should see following file [root@localhost Downloads]# ls -ltr total 0 -rw-r-----. 1 chandan chandan 0 Aug 31 09:49 WS_MQ_V8.0_TRIAL_LNX_ON_X86_64_ML.tar.gz [root@localhost Downloads]# Let's gunzip the file now. Once done, you should see tar file as following. [root@localhost Downloads]# gunzip WS_MQ_V8.0_TRIAL_LNX_ON_X86_64_ML.tar.gz [root@localhost Downloads]# ls -ltr total 482608 -rw-r-----. 1 chandan chandan 431800320 Aug 31 08:37 WS_MQ_V8.0_TRIAL_LNX_ON_X86_64_ML.tar [root@localhost Downloads]# Extract the tar file by using tar -xvf command and you should see following files extracted. [root@localhost READMES]# tar -xvf WS_MQ_V8.0_TRIAL_