Error when you install nginx

I am unable to install Nginx by the command:

ee stack install --nginx

Error message:

root@vps84990:/var# ee stack install nginx usage: ee stack (command) [options] ee: error: unrecognized arguments: nginx root@vps84990:/var# ee stack install nginx usage: ee stack (command) [options] ee: error: unrecognized arguments: nginx root@vps84990:/var# ee stack install --nginx Adding repository for NGINX, please wait… Updating apt-cache, please wait… Oops Something went wrong!! Check logs for reason tail /var/log/ee/ee.log & Try Again!!! root@vps84990:/var# tail /var/log/ee/ee.log Hit ubuntu.mirrors.ovh.net trusty-updates/restricted i386 Packages Hit ubuntu.mirrors.ovh.net trusty-updates/universe i386 Packages Hit ubuntu.mirrors.ovh.net trusty-updates/main Translation-en Hit ubuntu.mirrors.ovh.net trusty-updates/restricted Translation-en Hit ubuntu.mirrors.ovh.net trusty-updates/universe Translation-en Ign ubuntu.mirrors.ovh.net trusty/main Translation-pt_PT Ign ubuntu.mirrors.ovh.net trusty/restricted Translation-pt_PT Ign ubuntu.mirrors.ovh.net trusty/universe Translation-pt_PT 2015-07-05 05:25:20,081 (INFO) ee : Oops Something went wrong!! 2015-07-05 05:25:20,083 (ERROR) ee : Check logs for reason tail /var/log/ee/ee.log & Try Again!!!

Please help me I need it urgently online !!

PS: A version of acimas codes arranged at the terminal:

https://lh3. googleusercontent.com/-bHprCB-IUDE/VZjrxpW-IeI/AAAAAAAABc4/ZLuUct8Gw04/s797/Screenshot_5.png

@Emerson_Felinto

From your logs seems that updating repositories failed.

can you please run following command and give me output

apt-get update

https://drive. google.com/file/d/0B6KMYJ_T_Iedd0dfbEduUS1RQWs/view?usp=sharing

@Emerson_Felinto

I am unable to access the link you shared.

Somehow or another a space was added after the “drive.” and before the “google.com” - if you take this space out (https://drive.google.com/file/d/0B6KMYJ_T_Iedd0dfbEduUS1RQWs/view) the link will work.

According to the output, in your initial post, it appears that the “–” was missed from your initial install command. It should be:

root@vps84990:/var# ee stack install --nginx

…instead of:

root@vps84990:/var# ee stack install nginx

Of coarse, its always possible I’m missing something.