# Ubuntu initial setup

```bash
apt update && apt autoremove snapd --purge -y && apt upgrade -y && reboot
```


相关：[[linux-ubuntu22-04-remove-snap|linux-ubuntu22-04-remove-snap]]
