Ubuntu core desktop (reporting bugs)

when updating my system with snap refresh i came across this problem in my steam deck (i’m using as my daily driver)

1 Like

Run it again, it’s probably a transient network error.

Also, it’s better/safer to ‘sudo snap refresh’ or use the graphical snap store to refresh, rather than the command line.

not is good use root for update the system?

Be very careful with using the su command, unlike sudo it has a hardcodedd environment and will force all variables to the default values that were hard-coded into the su binary at build time … many snap features are controlled by system environment variables so the behavior of the su binary (which has always been problematic in ubuntu but here it is even worse) will likely break some functionality… better use sudo …

5 Likes