ping, zypper, cnf and others.. nothing work in vm opensuse 11.4

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

Whats happened?

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:

sudo zypper install iputils

Thank You,

linux-1noc:~ # sudo zypper install phpMyAdmin-bash: sudo: command not found
linux-1noc:~ # sudo zypper install iputils
-bash: sudo: command not found
linux-1noc:~ #

Some one know some vm lamp with suse 12.3?

It seems that you are logged in as root (#). So no sudo is necessary.

On 2013-07-07 18:16, jdmcdaniel3 wrote:

> Code:
> --------------------
> > > linux-1noc:~ # zypper install phpmyadmin-bash: zypper: command not found
> > linux-1noc:~ # ping google.com
> > -bash: ping: command not found
> --------------------

> Code:
> --------------------
> sudo zypper install phpMyAdmin
> --------------------

So, he can not. There is no zypper. :slight_smile:

rafaelfrazao: use another image, that one is not good for you.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

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)

zypper in apache2 php5 mariadb

HTH,
TSU