1) Make a new directory at root and cd to it
Code: Select all
root@hmibsc:~# mkdir tar
root@hmibsc:~# cd tar
root@hmibsc:~/tar#Code: Select all
root@hmibsc:~/tar# curl -JLO ftp.gnu.org/gnu/tar/tar-1.31.tar.xz
Code: Select all
tar -xf tar-1.31.tar.xzCode: Select all
root@hmibsc:~/tar# cd tar-1.31Code: Select all
root@hmibsc:~/tar/tar-1.31# export FORCE_UNSAFE_CONFIGURE=1Code: Select all
root@hmibsc:~/tar/tar-1.31# ./configureCode: Select all
root@hmibsc:~/tar/tar-1.31# makeCode: Select all
root@hmibsc:~/tar/tar-1.31# make install