When unzipping some archive / opening a file from the archive manager, one might want to leave no trace. From what I understand, standard unzipping writes to the disk, which even after /tmp being "cleared", still leaves some trace until properly writting 0the the disk region where the unzipped file has been written. Is there a way to unzip/open file using RAM only memory?