I had a similar issue before, and in my case, clearing the browser cache and restarting Apache helped. Also, double-check that phpMyAdmin is actually installed in the right directory and that the symbolic link is properly created in `/etc/apache2/conf-enabled/`. Running the following command might help:
```bash
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf
sudo systemctl restart apache2
```
If you’re working with containers for a more flexible setup, you might also want to check out **docker install rocky linux 9**, which can help streamline deployments. There’s a useful guide here: [
How to Install Podman on Rocky Linux 9]. Hope this helps!