There are two types of ipk file, try extracting it as if it were a tar.gz, if that fails try pretending it\'s an .ar file then use the standard tools to extract the data.
In this case the file will be a tar.gz so try:
tar -zxvf opera_blah.ipk
You will get 2 more tar.gz files, one with scripts the other with the data.
Si