Hi waseem,
pls. try to understand as well, what I suggested for you here in the posts, I even marked some things in
red, so that it is pretty obvious, where you especially should keep an eye on!
wget ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_12.5.30/dist-deb-Ubuntu-14.04-x86_64/base/psa-phpmyadmin_4.6.0-ubuntu14.04.build1205160427.18_all.deb
or
wget ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_12.5.30/dist-deb-Ubuntu-14.04-x86_64/base/psa-phpmyadmin_4.6.0-ubuntu14.04.build1205160415.14_all.deb
or
wget ftp://ftp.hosteurope.de/mirror/autoinstall.plesk.com/PSA_12.5.30/dist-deb-Ubuntu-14.04-x86_64/base/psa-phpmyadmin_4.5.5-ubuntu14.04.build1205160229.16_all.deb
As you can see, the versions and version - numbers are marked in
red. It is up to you, which version you choose, but I recommend the latest one, as already suggested with the examples - commands:
Examples for *.deb - installations:
cd /root/addons/plesk
- Simple installation: dpkg -i psa-phpmyadmin_4.6.0-ubuntu14.04.build1205160427.18_all.deb
- Forced installation: dpkg -i --force-overwrite psa-phpmyadmin_4.6.0-ubuntu14.04.build1205160427.18_all.deb
- Ignored dependencies installation: dpkg -i --force-depends psa-phpmyadmin_4.6.0-ubuntu14.04.build1205160427.18_all.deb
For more informations to the "
dpkg" - usage, pls. see the manuals at for example:
http://linux.die.net/man/1/dpkg ( External link, pls. inform me if the link goes dead, so I provide another working link! )
It is as well recommended, to "re-install" or "overwrite" packages with the very same version, that is already installed on your server, to avoid issues/errors/problems. To see, what package - version is currently installed, you would use the command:
apt-cache policy package-name => apt-cache policy psa-phpmyadmin
( This command even shows, if there is an update/upgrade available from the sources defined for apt-get )