6.53. Installing Psmisc-21.3

Estimated build time:           0.1 SBU
Estimated required disk space:  2.2 MB

6.53.1. Contents of Psmisc

The Psmisc package contains three programs which help manage the /proc directory.

Installed programs: fuser, killall and pstree

6.53.2.

6.53.3. Psmisc Installation Dependencies

Psmisc depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed.

6.53.4.

6.53.5. Installation of Psmisc

Prepare Psmisc for compilation:

./configure --prefix=/usr --exec-prefix=/

The meaning of the configure option:

Compile the package:

make

And install it:

make install

By default Psmisc's pidof program isn't installed. Generally, this isn't a problem because we later install the Sysvinit package, which provides a better pidof program. But if you're not going to use Sysvinit, you should complete the installation of Psmisc by creating the following symlink:

ln -s killall /bin/pidof