Tuesday, 31 May 2016

Install Screen on Redhat

1. Download RPM from
  http://www.rpmfind.net/linux/rpm2html/search.php?query=screen
2. wget ftp://195.220.108.108/linux/centos/5.8/os/x86_64/CentOS/screen-4.0.3-4.el5.x86_64.rpm
3. rpm -ivh screen-4.0.3-4.el5.x86_64.rpm


You might get 
error: Failed dependencies:
 libtermcap.so.2 is needed by screen-3.7.4-1.i386

download libtermcap.so.2 form 
ftp://195.220.108.108/linux/Mandriva/devel/cooker/i586/media/main/release/libtermcap2-2.0.8-54-mdv2012.0.i586.rpm

then 

rpm -ivh screen-3.7.4-1.i386.rpm libtermcap2-2.0.8-54-mdv2012.0.i586.rpm


Links to download
ftp://bo.mirror.garr.it/1/mepis/pub/historic-linux/distributions/redhat-5.0/i386/RedHat/RPMS/screen-3.7.4-1.i386.rpm

ftp://195.220.108.108/linux/Mandriva/devel/cooker/i586/media/main/release/libtermcap2-2.0.8-54-mdv2012.0.i586.rpm


they will not be downloaded using wget command, so download it from browser and then upload it on server using scp command

scp <filename> <username>@<server-ip>:<directory path>

No comments:

Post a Comment