Skip to content
Advertisement

Linux terminal installation yes/no error

I want to set up something, example: phpmyadmin;

Terminal CODE:

sudo  apt-get  install  phpmyadmin

When I enter this code a yes or no question is seen. I answer ‘yes’ ‘y’ but it is cancelled.

Advertisement

Answer

It asks you:

Do you want to continue? [Y/n]
                          ↑

Note the capital “Y”, which means it’s selected by default, so pressing “enter” is enough, no need to enter “yes”.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement