provides the ability to create tar archives as well as perform various other kinds of archive manipulation.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/tar/tar-1.35.tar.xz
Download SHA256 Sum: 4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16
Download Size: 2,263 KB
Estimated Disk Space: 32.7M
Estimated Build Time: less than 0.5 SBU
Sed-4.9
Prepare Tar for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess)
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install