Cant install phpmyadmin on kali linux rolling on virtualbox after following a 2019 tutorial on youtube,
Tried
sudo apt-get install phpmyadmin
(which was all the tutor done)
Package phpmyadmin is not available, but is referred to by another package.
apt-cache policy phpmyadmin
says there is no candidate.
Unless phpmyadmin has a repository i have not added then i am confused as the tutorial i watched and followed was to the letter.
/etc/apt/sources.list
deb http://http.kali.org/kali kali-rolling main non-free contrib
deb-src http://http.kali.org/kali kali-rolling main non-free contrib
4
Answers
This is because
phpmyadmin
is not in the kali repositories, but you can use those of debian.Add these repositories to your
etc/apt/sources.list
file:Save the file, then run the following commands:
EDITS: phpmyadmin now is in the default repository in the latest kali versions
Repository which should be in your “/etc/apt/sources.list”:
Next, run the following commands:
Finally, start your favorite browser and type:
This is the best answer ever I know and it is a youtube video .
https://www.youtube.com/watch?v=KLwQMBpUPQs
Debian replaced
phpmyadmin
in the LAMP stack withphpliteadmin
.