스냅을 사용하여 설치된 애플리케이션을 제거하는 방법: 스냅 네임스페이스를 업데이트할 수 없습니다: 잘못된 인수

스냅을 사용하여 설치된 애플리케이션을 제거하는 방법: 스냅 네임스페이스를 업데이트할 수 없습니다: 잘못된 인수

Snap에서 애플리케이션을 제거하려고 합니다. 초기 조건은 다음과 같습니다.

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이 더 유용한 오류 메시지 및/또는 동작을 표시하여 나 같은 사용자를 짧은 줄에 묶어두면 확실히 gr8이 될 것입니다

관련 정보