software installation - Cannot extract .tar.gz file? - Ask Ubuntu


this question has answer here:

i installed .tar.gz file brl-cad. file name brl-cad_7.26.0.2_linux_x86_64.tar.gz @ location /home/user/downloads.

i opened terminal , typed in

$ tar -zxvf brl-cad_7.26.0.2_linux_x86_64.tar.gz tar (child): brl-cad_7.26.0.2_linux_x86_64.tar.gz: cannot open: no such file or directory tar (child): error not recoverable: exiting tar: child returned status 2 tar: error not recoverable: exiting 

what should type terminal can extract .tar.gz file?

try this:

open terminal,

press ctrl+alt+t

run it:

cd /home/user/downloads tar -zxvf brl-cad_7.26.0.2_linux_x86_64.tar.gz 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User