Everytime I try to install Atom on my Ubuntu 16.04.3 machine as a snap app the terminal freezes at a point after the core and Atom app have downloaded and begun installing.
The computer does not accept any keyboard or mouse input. No error is shown on the terminal display.
I tried installing Atom by typing in the command sudo snap install --classic atom
as stated in the official documentation here.
I am unable to take a screenshot of the terminal freezing as the computer does not accept any keyboard input and the REISUB option does not work. I am forced to hold down the power button and restart the computer (after giving it half an hour to see if it may unfreeze).
After restarting the computer first in recovery mode and then on to normal mode, I can see that the snap has not installed. snap list
I tried the installation three times and it freezes repeatedly at the same point when it begins installing.
How do I install Atom as a snap? Will installing it from the Ubuntu Software centre be any different?
dmesg -Tw
(to tail the syslog) and try again. Perhaps you will see some output in the syslog before the system freezes? Also, can yousnap version
to let us know what version of the snapd package you have? – popey Aug 15 '17 at 12:11