Unable to run apt-get install

root@test:~# ee site create test.com --wpfc
Adding repository for MySQL, please wait ...
Adding repository for NGINX, please wait ...
Adding repository for PHP, please wait ...
Adding SWAP
Updating apt-cache, please wait ...
Installing packages, please wait ...
Unable to run apt-get install
root@test:~# 

So what happend?

Run apt-get update manually, and you’ll see there is a missing key or something.

Take note of the hex hash and run the folliowing:

apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 4F4EA0AAE5267A6C

(If your issue is just equal to mine, copy & paste the line above; otherwise change the hash code to the one you took note previously.)

After that you can run all ee commands again.

1 Like

Works great. Thanks a lot !

@janiosarmento

Cheers for that, mate. Saved a lot of messing around.

Hi @alexblajan

As your issue is resolved, I am closing this support topic for now. Feel free to create a new support topic if you have any queries further. :slight_smile: