wget https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz tar -xf tar-1.34.tar.xz cd tar-1.34 ./configure DEFAULT_RMT_DIR=/etc make make DESTDIR="$1" install