I have installed phpmyadmin on ubuntu server using php81,
When i access the phpmyadmin on my browser I kept getting deprecation notice as shown below
Deprecation Notice in ./libraries/classes/Url.php#221
http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated
I'm running ubuntu 20.04
Following lots of research, I found out that the only way out is to install phpmyadmin 5
which is currently the latest version
But the problem is that following this answer
sudo apt-get install phpmyadmin=5.1.1
Gives the following error
E: Version '5.1.1' for 'phpmyadmin' was not found
Is there anything I can do to get the latest phpmyadmin on my ubuntu server