help .tar.gz - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: help .tar.gz (
/showthread.php?tid=585359)
help .tar.gz -
Alexander1234 - 13.08.2015
I got script .rar how to upload it .tar.gz to setup it on vps please help me
Re: help .tar.gz -
ev0lution - 13.08.2015
Do you know what a .rar file or .tar.gz file is?
Re: help .tar.gz -
Alexander1234 - 13.08.2015
yes I know .rar how to change it to .tar-gz
Re: help .tar.gz -
Samp_India - 13.08.2015
Quote:
Originally Posted by Alexander1234
yes I know .rar how to change it to .tar-gz
|
You can install & use winrar for Linux.
Код:
The installation is quite simple to follow even for Linux newbies.
Open a terminal, type sudo su – to switch to root.
cd /usr/src
wget -c http://www.rarlab.com/rar/rarlinux-x64-3.8.0.tar.gz
tar -xzf rarlinux-x64-3.8.0.tar.gz
cd rar
make
You are done. Now you can use the commands rar and unrar for compressing and uncompressing files respectively.
eg: unrar filename.rar
(
Source)