Hello.
I’m trying to remove the snap “firefox” on Ubuntu 22.10. Unfortunately an error prevents the task to be completed.
# snap list
Name Version Rev Tracking Publisher Note
firefox 106.0-1 1969 latest/stable mozilla disabled
snapd 2.58.2 18357 latest/stable canonical snapd
# snap disconnect firefox:host-hunspell
ok
# snap remove firefox
error : cannnot perform the following tasks :
remove data for the official snap "firefox" (1969) (Unlinkat /var/snap/firefox/common/host-hunspell/en_US.aff: read-only file system)
how to fix it ? thanks.