我在安装 phpMyAdmin 的过程中单击了中止

I clicked Abort during the installation of phpMyAdmin

我使用了命令:

sudo apt-get install phpmyadmin php-mbstring php-gettext

安装 phpMyAdmin。在安装过程中,它说的是这样的:

your password does not satisfy the current policy requirements.

我点击了中止,现在当我尝试使用上面的相同命令再次安装 phpMyAdmin 时,输出是:

Reading package lists... Done Building dependency tree Reading state information... Done php-gettext is already the newest version (1.0.11-2build1). php-mbstring is already the newest version (1:7.0+35ubuntu6). phpmyadmin is already the newest version (4:4.5.4.1-2ubuntu2). 0 upgraded, 0 newly installed, 0 to remove and 254 not upgraded.

我不认为它让我再次安装 phpMyAdmin。我该怎么办?

sudo apt-get remove --purge phpmyadmin php-mbstring php-gettext && sudo apt-get install phpmyadmin php-mbstring php-gettext

还有check out this guide for installing phpMyAdmin on Ubuntu 14.04,说不定能派上用场