The original text is referenced in: http://blog.csdn.net/zeng622peng/article/details/6837382
How do I get the suffix named gzip file under Linux? 1. Files with a. A extension: #tar XV file.a2. Files with a. z Extension: #uncompress file. Z3. Files with the. gz extension: #gunzip file.gz4. Files with the. bz2 extension: #bunzip2 file.bz25. Files with the. tar.z extension: #tar xvzf file.tar.z or #compress-DC File.tar.z | Tar xvf-6. To. tar.gz/. tgz files with the extension: #tar xvzf file.tar.gz or gzip-DC file.tar.gz | Tar xvf-7. Files with the. tar.bz2 extension: #tar xvif file.tar.bz2 or bzip2-DC file.tar.bz2 | XVF-8. To. cpio.gz/. cgz files with the extension: #gzip-DC File.cgz | Cpio-Div9. To. cpio/cpio files with the extension: #cpio-Div File.cpio or Cpio-DIVC File.cpioTen. installing files with an. rpm Extension: #rpm-I file.rpm One. Extract the file with an extension of. RPM: #rpm2cpio file.rpm| Cpio-Div A. Install files with a. deb extension: #dpkg-I file.deb -. Extract files with a. deb extension: #dpkg-deb--fsys-tarfile File.deb | Tar xvf-ar p file.deb data.tar.gz| Tar Xvzf- -. Files with a. zip extension: #unzip file.zip
Goldendict's local dictionary download URL:
http://abloz.com/huzheng/stardict-dic/zh_CN/
After downloading the URL, you will get a. tar.bz2 file, unzip it with the above command, and then go to the Goldendict group to add the path to the extracted files.
Such as:
Tar xvlf stardict-oald-cn-2.4. 2. tar.bz2
Linux under tar.bz2 extract File command