
You must pay attention to uppercase and lowercase while typing a Linux command as Desktop is not the same as desktop. The -C - (hyphen and capital C) option is used to change folders, and you have to specify the destination path which starts with the /mnt/ annotation followed by the Windows path. In the command, we start the path with /mnt/c/ since this is Linux, not Windows.

Otherwise, you will only see a blinking cursor until the process is complete.
:max_bytes(150000):strip_icc()/7-zip-tar-windows-10-d1ae3c8f965a45eeab7da6131152bd51.png)
#UNTAR TAR FILES UPDATE#
In the command, update the syntax to include the source and destination paths. tar.gz file and press Enter: sudo tar -xvzf /mnt/c/PATH/TO/TAR-FILE/Desktop/ -C /mnt/c/PATH/TO/DESTINATION/FOLDER Type the following command to extract the content of the. Search for Ubuntu and click the top result to open the app. tar.gz file using Linux, use these steps:
#UNTAR TAR FILES INSTALL#
gz tarballs on Windows 11 using Linux tarīefore you can extract tarballs on Linux, you first need to install a distro using the Windows Subsystem for Linux. Also, we skipped some options usually useful to preserve permissions since they are not required on Windows 11. It is assumed the tarball was created on another system. Once you complete the steps, the files and folders will extract to the destination path you specified. In the command, update the command to include the source and destination paths. Type the following command to use tar to extract the files and press Enter: tar -xvzf C:/PATH/TO/FILE/ -C C:/PATH/TO/FOLDER/EXTRACTION Search for Command Prompt, right-click the top result, and select the Run as administrator option.
#UNTAR TAR FILES ZIP#
zip files using tar on Windows 11, use these steps: gz tarballs on Windows 11 using Linux tarĮxtract. In this guide, you will learn the steps to use native tar commands on Windows 11 using Command Prompt and Ubuntu to extract the content of a.

Instead, you should be using the native tar support available on Windows 11 or a Linux distro in WSL. You could use third-party tools like 7-Zip and PeaZip, but these are not recommended as they don’t always work to extra. Instead, the file type is part of the file name.)Īlthough tar files are usually more common on Linux distros (for example, Ubuntu) and macOS for backups and archival, you may also come across these files on Windows 11. (It is worth noting that Linux doesn’t use file extensions. These files are often referred to as “tarballs.” While you can find them written like a double extension (.tar.gz), the format can also be written as. tar.gz file, it means that this is a file created using the Unix-based archival application tar and then compressed using gzip compression. You can even use a Linux distro through the Windows Subsystem for Linux (WSL) to quickly extract tarballs created on another platform. tar.gz files using Command Prompt without needing third-party tools. Windows 11 includes native support to extract.
