coreutils
code: zsh
ubuntu@ip-172-31-18-211:~$ uname -a
Linux ip-172-31-18-211 6.8.0-1024-aws #26~22.04.1-Ubuntu SMP Wed Feb 19 06:54:57 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux code: zsh
ubuntu@ip-172-31-18-211:~$ git clone git://git.sv.gnu.org/coreutils
code: zsh
ubuntu@ip-172-31-18-211:~/coreutils$ ./bootstrap
./bootstrap: 314: autoconf: not found
./bootstrap: Error: 'autoconf' not found
./bootstrap: 314: automake: not found
./bootstrap: Error: 'automake' not found
./bootstrap: 314: autopoint: not found
./bootstrap: Error: 'autopoint' not found
./bootstrap: 244: bison: not found
./bootstrap: Error: 'bison' not found
./bootstrap: 244: gperf: not found
./bootstrap: Error: 'gperf' not found
./bootstrap: 244: m4: not found
./bootstrap: Error: 'm4' not found
./bootstrap: 314: makeinfo: not found
./bootstrap: Error: 'makeinfo' not found
./bootstrap: 314: texi2pdf: not found
./bootstrap: Error: 'texi2pdf' not found
./bootstrap: See README-prereq for how to get the prerequisite programs
code: zsh
ubuntu@ip-172-31-18-211:~/coreutils$ sudo apt-get update
ubuntu@ip-172-31-18-211:~/coreutils$ sudo apt-get install -y \
autoconf \
automake \
autopoint \
bison \
gperf \
m4 \
texinfo \
texlive \
build-essential
ubuntu@ip-172-31-18-211:~/coreutils$ ./bootstrap
./bootstrap: done. Now you can run './configure'.
ubuntu@ip-172-31-18-211:~/coreutils$ ./configure
ubuntu@ip-172-31-18-211:~/coreutils$ make