|
See post # 5. Read it again.
Switch off the computer.
"Boot from cdrom" into a live Linux cd ( rpm system ).
When you have a Desktop displayed, find your partition
in 'My Computer' or whatever gives access to other file
systems. Click your "EL 4" partition to mount it.
Open a terminal window and use the commands
su ( if you are not already root )
cp vte-0.11.11-6.1.el4.i386.rpm /media/<EL 4>/
cd /media/<EL 4>/
rpm2cpio vte-0.11.11-6.1.el4.i386.rpm | cpio -idmv
.....
.....
My example = vte-0.11.11-6.1.el4.i386.rpm is from
the install DVD, EL 4.2 .
If yours is different use a version of 'vte' you think
will fit your OS.
.....
Last edited by knudfl; 12-03-2009 at 01:08 PM.
|