Open xchng opened 5 years ago
Estimated time: [10]m
(Got an error while following MN installation guide. At the Install Docker Repositories paragraph)
What: After sending the command curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
I got the following error:
gpg: failed to start agent '/usr/bin/gpg-agent': No such file or directory gpg: can't connect to the agent: No such file or directory
Solution: User should install GnuPG 2.0 when it's not on system yet with following command sudo apt-get install gnupg2
sudo apt-get install gnupg2
Maybe this exception could be added to the guide for others that are setting up a MN.
If you do take https://github.com/tomochain/docs/issues/157 @nyeates , please incorporate that change too, thanks!
Estimated time: [10]m
(Got an error while following MN installation guide. At the Install Docker Repositories paragraph)
What: After sending the command
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
I got the following error:
Solution: User should install GnuPG 2.0 when it's not on system yet with following command
sudo apt-get install gnupg2
Maybe this exception could be added to the guide for others that are setting up a MN.