Quote (Guardian @ Dec. 07 2005,05:23) | ||
I just tried to install some of the themes on this website, but when trying to untar the package I get a 'this doesn't look like a tar file' error and it won't go any further, had anybody the same problem? which steps should I foolow to solve this? Thanks in advance. |
Code Sample |
tar -jxvf <theme_name> |
Code Sample |
bunzip2 <themename> |
Code Sample |
tar -xvf <themename> |