can not install fantastico
From WebHostingNeeds.com
If you have Fedora Core 5/6 or CentOS 5 or Red Hat Enterprise Linux 5 on your server and are experiencing trouble with Fantastico installation, please check the wget version that you have on your server and upgarde it to satable version.
Login in SSH as root and enter following commands:
To find out if you have 32 bit or 64 bit CPU, use command
uname -a
For 32-bit:
rpm -qa wget wget http://mirrors.kernel.org/fedora/core/5/i386/os/Fedora/RPMS/wget-1.10.2-3.2.1.i386.rpm rpm -e wget rpm -ivh --force wget-1.10.2-3.2.1.i386.rpm rpm -qa wget
For 64-bit:
rpm -qa wget wget http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Everything/x86_64/os/Fedora/wget-1.10.2-15.fc7.x86_64.rpm rpm -e wget rpm -ivh --force wget-1.10.2-15.fc7.x86_64.rpm rpm -qa wget
Then you need to put wget on /etc/yum.conf exclude= line like
exclude=apache* courier* exim* httpd* mod_ssl* mysql* perl* php* proftpd* pure-ftpd* spamassassin* squirrelmail* wget*