blog/_posts/Linux/ubuntu/update-snap.md
2022-10-12 09:32:19 +08:00

19 lines
347 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Ubuntu 22.04.1 snap-store自身更新
date: 2022-10-05
tags: Ubuntu
---
目前开发的笔记本使用的是ubuntu22.04.1 版本默认内置snap商店无法完成自身更新所以小记一下解决办法。
解决办法如下:
```sh
# root 账号无需加上sudo
sudo killall snap-store
sudo snap refresh snap-store
```