<sect2> <title>Installation of Sed</title> <para> Install Sed by running the following commands: </para> <blockquote><literallayout> <userinput>./configure --prefix=/usr --bindir=/bin &&</userinput> <userinput>make &&</userinput> <userinput>make install</userinput> </literallayout></blockquote> </sect2>