Archive for June, 2010
Installing PCRE Library on Ubuntu
by admin on Jun.23, 2010, under Ubuntu
To install PCRE, type thy following command:
# apt-get update
# apt-get install libpcre3 libpcre3-dev
Installing 7zip on CentOs 5 with RPM
by admin on Jun.22, 2010, under CentOs
# wget http://packages.sw.be/p7zip/p7zip-9.04-1.el5.rf.i386.rpm
# rpm -Uhv p7zip-9.04-1.el5.rf.i386.rpm
If that doesn’t work try using differnet rpms.
http://dag.wieers.com/rpm/packages/p7zip/
Install Xwindows and Gnome on Centos with Yum
by admin on Jun.22, 2010, under CentOs
Install Xwindows and Gnome on Centos with Yum
# yum groupinstall "X Window System" "GNOME Desktop Environment"