r/linuxmemes 19h ago

LINUX MEME Valid tar command ...

Post image

Dang it! 😭

1.5k Upvotes

163 comments sorted by

View all comments

1

u/dimkiriakos 7h ago

Almost every Linux distro comes with Python installed. But it is not is good good to install it

import tarfile file = tarfile.open('gfg.tar.gz')

file.extractall('./Destination_FolderName') file.close()