diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index c0ff7547c..d3843cbb2 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -62,9 +62,6 @@
&c6-sysvinit;
&c6-tar;
&c6-utillinux;
-&c6-tcl;
-&c6-expect;
-&c6-dejagnu;
&c6-gcc-2953;
&c6-kernel-manpages;
&c6-revisedchroot;
diff --git a/chapter06/dejagnu-inst.xml b/chapter06/dejagnu-inst.xml
deleted file mode 100644
index 4b7adff56..000000000
--- a/chapter06/dejagnu-inst.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-Installation of DejaGNU
-
-./configure --prefix=/usr
-make
-make install
-
-
-
-
diff --git a/chapter06/dejagnu.xml b/chapter06/dejagnu.xml
deleted file mode 100644
index 2105add41..000000000
--- a/chapter06/dejagnu.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-Installing DejaGNU-&dejagnu-version;
-
-
-Estimated build time: &dejagnu-time-static;
-Estimated required disk space: &dejagnu-compsize-static;
-
-&c6-dejagnu-inst;
-
-
-
diff --git a/chapter06/expect-inst.xml b/chapter06/expect-inst.xml
deleted file mode 100644
index 62f2a7b15..000000000
--- a/chapter06/expect-inst.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-Installation of Expect
-
-patch -Np1 -i ../expect-&expect-version;.patch
-./configure --prefix=/usr \
- --with-x=no --disable-symbols --cache-file=/dev/null
-make
-make test
-make install
-
-You can now remove the tcl&tcl-version; as well as the
-expect-&expect-version; directories.
-
-
-
diff --git a/chapter06/expect.xml b/chapter06/expect.xml
deleted file mode 100644
index 6d46ec33e..000000000
--- a/chapter06/expect.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-Installing Expect-&expect-version;
-
-
-Estimated build time: &expect-time-static;
-Estimated required disk space: &expect-compsize-static;
-
-&c6-expect-inst;
-
-
-
diff --git a/chapter06/tcl-inst.xml b/chapter06/tcl-inst.xml
deleted file mode 100644
index ce96968e5..000000000
--- a/chapter06/tcl-inst.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-Installation of TCL
-
-cd unix
-./configure --prefix=/usr
-make
-make test
-make install
-ln -s tclsh8.4 /usr/bin/tclsh
-
-Don't remove the tcl&tcl-version; directory yet, you need it for the
-next package installation.
-
-
-
diff --git a/chapter06/tcl.xml b/chapter06/tcl.xml
deleted file mode 100644
index d37c3094e..000000000
--- a/chapter06/tcl.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-Installing TCL-&tcl-version;
-
-
-Estimated build time: &tcl-time-static;
-Estimated required disk space: &tcl-compsize-static;
-
-&c6-tcl-inst;
-
-
-