6.30. Installing Net-tools-1.60

Estimated build time:           0.16 SBU
Estimated required disk space:  5 MB

6.30.1. Installation of Net-tools

Install Net-tools by running the following commands:

make &&
make update

If you want to accept all the default answers, you can run these commands instead:

yes "" | make &&
make update

If you don't know what to answer to all the questions asked during the make phase, then just accept the defaults, which will be just fine in the majority of the cases. What you are asked here are a bunch of questions relating to the kind of network protocols that you have enabled in your kernel.

The default answers will enable the tools from this package to work with the most common protocols such as TCP, PPP and a bunch of others. You still need to actually enable these protocols in the kernel. What you do here is merely telling the programs to be able to use those protocols, but it's up to the kernel to make them available to the system.

6.30.2. Command explanations

make update: This does the same as a make install with the exception that make update doesn't make backups of files it's replacing. One of the things net-tools replaces is sh-utils's version of /bin/hostname (net-tools's version is far better than sh-utils's version).

Also, if you decide to reinstall this package at some point in the future, a make update won't backup all the files from a previous net-tools installation.

6.30.3. Contents of Net-tools

Last checked against version 1.60.

6.30.4. Net-tools Installation Dependencies

Last checked against version 1.60.

Bash: bash, sh
Binutils: ar, as, ld
Fileutils: install, ln, ls, mv, rm
Gcc: cc, cc1, collect2, cpp0
Make: make
Sh-utils: echo