| 12345678910111213141516171819202122 | <sect2><title>Installation of Ed</title><para>This package requires its patch to be applied before you caninstall it. Make sure it's unpacked before running the installation commands.</para><para>Ed isn't something you would personally use. It's installed herebecause it can be used by the patch program if you encounter an ed-based patchfile. This happens rarely because diff-based patches are preferred thesedays.</para><para>Install Ed by running the following commands:</para><para><screen><userinput>patch -Np1 -i ../ed-&ed-version;.patch &&./configure --prefix=/usr &&make &&make install &&mv /usr/bin/{ed,red} /bin</userinput></screen></para></sect2>
 |