CTRL-C not terminating snap install

I can’t stop snap downloading in Ubuntu 17.10

snap install kde-frameworks-5
[-] Download snap "kde-frameworks-5" (13) from channel "stable"^Caccess denied
kde-frameworks-5 207.41 KB / 209.90 MB [>------------]   0.10% 517.92 KB/s 6m54s

you want:

snap changes

(and there find the change that does the download)

snap abort <number of the change you looked up above>

Thanks for you help!! :slight_smile:

ctrl-c was also supposed to work afair cc @mvo , some kind of regression?

1 Like

yeah, ctrl-c isn’t working

syntist@Syntist-PC:~$ snap version
snap    2.28.5+17.10
snapd   2.28.5+17.10
series  16
ubuntu  17.10
kernel  4.13.0-16-generic

Edited: Its a bit annoying, i can’t stop the process using ctrl-c :frowning:

can you confirm whether this is still an issue?

It is no longer an issue

alan@hal:~$ snap version
snap    2.29.3
snapd   2.29.3
series  16
ubuntu  16.04
kernel  4.10.0-39-generic

Tested by installing libreoffice. I CTRL+C’ed it. It starts in snap changes like this:

1121  Doing   2017-11-17T15:50:40Z  -                     Install "libreoffice" snap

After pressing CTRL+C it looks like this:

1121  Error   2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Install "libreoffice" snap
alan@hal:~$ snap change 1121
Status  Spawn                 Ready                 Summary
Done    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Ensure prerequisites for "libreoffice" are available
Error   2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Download snap "libreoffice" (41) from channel "stable"
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Fetch and check assertions for snap "libreoffice" (41)
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Mount snap "libreoffice" (41)
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Copy snap "libreoffice" data
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Setup snap "libreoffice" (41) security profiles
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Make snap "libreoffice" (41) available to the system
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Set automatic aliases for snap "libreoffice"
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Setup snap "libreoffice" aliases
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Run install hook of "libreoffice" snap if present
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Start snap "libreoffice" (41) services
Hold    2017-11-17T15:50:40Z  2017-11-17T15:51:18Z  Run configure hook of "libreoffice" snap if present

......................................................................
Download snap "libreoffice" (41) from channel "stable"

2017-11-17T15:51:18Z ERROR net/http: request canceled

Sorry, Forgot to update, yeah it was fixed, Thanks i mark this as solved.
Edit: Don’t know how to mark it solved.