@jrom, @kmiksi may be using Ubuntu 20.04 like me because his version of snapd in apt package is the same as mine:
``` $ apt policy snapd snapd: Instalado: 2.49.2+20.04 Candidato: 2.49.2+20.04 Tabela de versão: *** 2.49.2+20.04 500 500 http://br.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages 100 /var/lib/dpkg/status 2.48.3+20.04 500 500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages 2.44.3+20.04 500 500 http://br.archive.ubuntu.com/ubuntu focal/main amd64 Packages ```
``` $ snap list | grep snapd 2021/09/16 22:07:53.899186 main.go:176: description of prepare-image's "<target-dir>" is lowercase in locale "pt_BR": "o directório de destino" snapd 2.51.4 12883 latest/stable canonical* snapd
```
@jrom, @kmiksi may be using Ubuntu 20.04 like me because his version of snapd in apt package is the same as mine:
``` br.archive. ubuntu. com/ubuntu focal-updates/main amd64 Packages dpkg/status security. ubuntu. com/ubuntu focal-security/main amd64 Packages br.archive. ubuntu. com/ubuntu focal/main amd64 Packages
$ apt policy snapd
snapd:
Instalado: 2.49.2+20.04
Candidato: 2.49.2+20.04
Tabela de versão:
*** 2.49.2+20.04 500
500 http://
100 /var/lib/
2.48.3+20.04 500
500 http://
2.44.3+20.04 500
500 http://
```
```
$ snap list | grep snapd
2021/09/16 22:07:53.899186 main.go:176: description of prepare-image's "<target-dir>" is lowercase in locale "pt_BR": "o directório de destino"
snapd 2.51.4 12883 latest/stable canonical* snapd
```