Hi, On Thu, Nov 01, 2001 at 04:58:00PM +0800, Happy House wrote: > Is patch another package I need to download? If yes where? If not, where > did I go wrong? I followed it all, downloaded sane-1.0.5-backends.tar.gz > and put it in the sane backends directory, but when I run the > zcat umax1220p-2.3.gz | patch -p1 > > or > > patch <umax1220p-2.3 -p1 > > I get the patch command not found? what am I doing wrong?
"patch" is a program for changing/updating source code or text files based on a file that contains information on what to change (patch or diff file). It should come with every operating system distribution, e.g. for Debian it's in package "patch" :-). Bye, Henning
