File: INSTALL

package info (click to toggle)
psmisc 19-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 164 kB
  • ctags: 190
  • sloc: ansic: 1,624; makefile: 89; sh: 9
file content (16 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To build all programs in psmisc, simply execute

    make

To install fuser, killall, pstree, and their man pages, run (as root)

    make install

fuser is installed in /bin, killall and pstree are installed in /usr/bin

pidof is not installed by  make install  because different versions of
pidof exist and a different one may already be installed. If you want to
install the pidof that comes with psmisc (and its man page), simply run
(as root)

    make install-pidof