}

tar xf error: Directory renamed before its status could be extracted

Created:

The error

When you execute the command tar xf file.tar, you get the error:

Directory renamed before its status could be extracted if(typeof __ez_fad_position != 'undefined'){__ez_fad_position('div-gpt-ad-tutorials_technology-medrectangle-3-0')}; Solution ========

Execute the following apt command:

apt install -y bsdtar && ln -sf $(which bsdtar) $(which tar)