Fix snapd returned status code 400: bad request [Linux Troubleshoot]

preview_player
Показать описание
If you try to install some applications from Ubuntu Software Center, you might encounter this error:

Detailed errors from the package manager follow:
snapd returned status code 400: Bad Request

This tutorial explains this snapd error and how to install the failing application using snap commands.
You also get to learn a few things about snap packages.

Рекомендации по теме
Комментарии
Автор

TL;DW: Example:

snap find "visual studio"
sudo snap install vscode --classic

Substitute the package you experienced problems installing.

ViktorFerenczi
Автор

Try to install skype but same Error occurred please help me to resolve the issue

vinaygopal
Автор

Thank you!! please, what is your icon and window theme?

a.tadonkemwa
Автор

Thanks. Today I installed ubuntu 16.04 two times. After the first installation, Android Studio was installed without problems. After the second one, this error occurred when trying to install Android Studio.

commodore
Автор

hey dude i am getting error how to fix this
error: cannot install "eclipse": snap "eclipse" has "install-snap" change in
progress

now its fixed :
snap changes :- for listing pending or broken packages
sudo snap abort (process ID)
and then sudo snap install eclipse --classic
Gotcha !

hacksall