6.18. Sed-4.2.2

The Sed package contains a stream editor.

Приблизительное время сборки: 0.2 SBU
Требует свободного места на диске: 6.7 MB

6.18.1. Установка Sed

Подготовим Sed к компиляции:

./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-4.2.2

The meaning of the new configure option:

--htmldir

This sets the directory where the HTML documentation will be installed to.

Cкомпилируем пакет:

make

Generate the HTML documentation:

make html

Чтобы запустить тестирование пакета, выполните:

make check

Установим пакет:

make install

Install the HTML documentation:

make -C doc install-html

6.18.2. Содержимое Sed

Установленная программа: sed
Установленный каталог: /usr/share/doc/sed-4.2.2

Краткое описание

sed

Filters and transforms text files in a single pass