< Previous | Contents | Next >
6.29.1. Installation of Psmisc
Prepare Psmisc for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Compile the package:
make
make
This package does not come with a test suite. Install the package:
make install
make install
Finally, move the killall and fuser programs to the location specified by the FHS:
mv -v /usr/bin/fuser /bin mv -v /usr/bin/killall /bin
mv -v /usr/bin/fuser /bin mv -v /usr/bin/killall /bin