Traditional Method of Software Management

Many pieces of third-party software shared the same subdirectories of /usr/local: binaries in bin, manpages in man, etc.
  • Advantage: Users only need to put one directory in their PATH, MANPATH, etc.
  • Disadvantage: No way for sysadmin to seperate out all files belonging to a given package when package needs to be upgraded.

Mark D. Roth <roth@uiuc.edu>