To extract the gzip archive, the following command should be preformed when switched to the correct directory to extract from.<br><br>\r
\r
<div class="code">\r
- gzip -d -c <i>(path)</i>/kiriwrite-0.1.0.tar.gz | tar -xv\r
+ gzip -d -c <i>(path)</i>/kiriwrite-0.3.0.tar.gz | tar -xv\r
</div>\r
\r
<br>\r
To extract the bzip2 archive, the following command should be preformed when switched to the correct directory to extract from.<br><br>\r
\r
<div class="code">\r
- bzip2 -d -c <i>(path)</i>/kiriwrite-0.1.0.tar.bz2 | tar -xv\r
+ bzip2 -d -c <i>(path)</i>/kiriwrite-0.3.0.tar.bz2 | tar -xv\r
</div>\r
\r
<br>\r
To extract the ZIP archive, the following command should be preformed when switched to the correct directory to extract from.<br><br>\r
\r
<div class="code">\r
- unzip <i>(path)</i>/kiriwrite-0.1.0.zip\r
+ unzip <i>(path)</i>/kiriwrite-0.3.0.zip\r
</div>\r
\r
<br>\r
To extract the 7Zip archive, the following command should be preformed when switched to the correct directory to extract from.<br><br>\r
\r
<div class="code">\r
- 7za e <i>(path)</i>/kiriwrite-0.1.0.7z\r
+ 7za e <i>(path)</i>/kiriwrite-0.3.0.7z\r
</div>\r
\r
<br>\r