Windows 10'da Ubuntu'yu etkinleştirip kurdum. Ancak wget ile çektiğim tar.gz uzantılı dosyayı çıkartamıyorum. Tar -xvzf dosya adı.tar.gz bu şekilde açamıyorum bu hatayı veriyor ;
Gzip: Stdin: Not in gzip format.
Tar: Child returned status 1
Tar: Error is not recoverable: Exiting now.
I have a Bash script that creates a .tar.gz file, encrypts, and then sends it to a drive. However, I cannot open the .tar.gz file afterwards. Here is my process... Bash script that encrypts. #!/bin...
Windows 10'da Ubuntu'yu etkinleştirip kurdum. Ancak wget ile çektiğim tar.gz uzantılı dosyayı çıkartamıyorum. Tar -xvzf dosya adı.tar.gz bu şekilde açamıyorum bu hatayı veriyor ;
Gzip: Stdin: Not in gzip format.
Tar: Child returned status 1
Tar: Error is not recoverable: Exiting now.
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
yine aynı hata acaba diyorum tar.gz için ubuntuya kurulummu yapmamız gerekiyor mesela windowsta .rar uzantılı dosyaları çıkartmak için winrar adlı programı kuruyorduk acaba ununtu da bu bileşen yok mu ?
I have a Bash script that creates a .tar.gz file, encrypts, and then sends it to a drive. However, I cannot open the .tar.gz file afterwards. Here is my process... Bash script that encrypts. #!/bin...
I have a Bash script that creates a .tar.gz file, encrypts, and then sends it to a drive. However, I cannot open the .tar.gz file afterwards. Here is my process... Bash script that encrypts. #!/bin...