
スナップからアプリケーションを削除しようとしています...これが私の初期状態です
sudo snap install audacity # install
type audacity
audacity is hashed (/snap/bin/audacity)
snap list | grep audacity
audacity 2.4.1 675 latest/stable diddledan -
ターミナルから起動すると
audacity
ln: failed to create symbolic link '/home/olga/snap/audacity/675/.config/gtk-2.0/gtkfilechooser.ini': File exists
.... more messages here
問題なく動作しますが、アンインストールしようとするとこのエラーが発生します
sudo snap remove audacity
error: cannot perform the following tasks:
- Disconnect audacity:wayland from core:wayland (cannot update mount namespace of snap "audacity": cannot update preserved namespace of snap "audacity": cannot update snap namespace: invalid argument)
当然、これらのディレクトリを削除して強制的に実行したくなります
/snap/bin/audacity
/ホーム/オルガ/スナップ/Audacity
しかし、もっときれいな方法があるのではないかと思います...スナップがもっと役に立つエラーメッセージや動作を出して私のようなユーザーを制限してくれれば、本当に素晴らしいと思います。