Cómo descomprimir un archivo en Ubuntu

On Ubuntu if you have a file compressed as latest.tar.gz you can untar or unzip it with this command

tar -xzvf latest.tar.gz

If you have a zip file, you can unzip it with this other command

unzip latest.zip

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *