We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I can confirm this works.
This works with me, thanks a lot. you Saved me
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: