Using putty in windows
http://www.putty.nl/latest/x86/putty-0.58-installer.exeUsing linux terminal ssh root@servername.domain
Or login to your server at a teminal
You are now in roots directory
Copy and paste these commands if you are logged in remotely else print this page out and issue these command at a terminal
mkdir phpmyadmin
This will make a new directory
cd phpmyadmin/
this command changes you into the new directory
wget http://mirror.contribs.org/smeserver/contribs//dmay/smeserver/7.x/smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
downloads the file you want
ls
output should be smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
yum localinstall smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
will install the rmp you are trying to install
signal-event post-upgrade; signal-event reboot
after update issue this command
Or
rpm -Uvh smeserver-phpmyadmin-2.6.4-pl4.dmay.noarch.rpm
this will install the rpm in that directory using a rpm installation command
to login goto
https://yourservername/phpmyadminusername is admin
password is your roots password