Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run configure hook of "snap-store" snap if present (run hook "configure": cannot locate base snap core18: No such file or directory) #240

Open
MohammedEssam011 opened this issue Feb 9, 2023 · 3 comments

Comments

@MohammedEssam011
Copy link

No description provided.

@quianaswitch
Copy link

Snap was borked following a version upgrade from 23.10 to 24.04. It was complaining of missing core18 and core22. Here's what I did to fix the issue.

sudo systemctl stop snapd
sudo rm -rf /var/lib/snapd/state.json
sudo systemctl start snapd
sudo snap refresh

This removes the current snap state and forces it to reinitialize.

@teejaz
Copy link

teejaz commented Jul 19, 2024

I can confirm this works.

@phellipe17
Copy link

This works with me, thanks a lot.
you Saved me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants