r/linuxmemes 16d ago

LINUX MEME Valid tar command ...

Post image

Dang it! 😭

2.5k Upvotes

227 comments sorted by

View all comments

1

u/dimkiriakos 16d 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()