Hi folks,
I downloaded this vm: LAMP Server (32bit) – SUSE Gallery
After download I am trying install the phpmyadmin, ping to google, and this happens:
linux-1noc:~ # zypper install phpmyadmin-bash: zypper: command not found
linux-1noc:~ # ping google.com
-bash: ping: command not found
The web site you point to is two years old and claims to not be supported now and openSUSE 11.4 is old as well as 12.3 is our present release. I do not find a file in openSUSE 12.3 called phpmyadmin-bash and the colon seems out of place. You can use this command:
sudo zypper install phpMyAdmin
The application iputils, provides the ping utility and may not be installed, but this terminal command would install it:
Simply install the LAMP pattern in any normal openSUSE install. I don’t know that there is any benefit to using a pre-built appliance over installing your own since it’s so easy, straight-forward and the packages download (or from a local repo like a DVD) is so small.
You can install using YAST (the method I’ve most often used)
or
I the following should work (untested)
zypper in -t pattern lamp-server
or
Install the pieces individually, eg the following (off the top of my head, untested)