적절한 패키지 "atom"은 없습니다. 하지만 해당 이름의 스냅이 있습니다.

적절한 패키지 "atom"은 없습니다. 하지만 해당 이름의 스냅이 있습니다.

아톰을 설치했습니다. 그런 다음 명령으로 제거했습니다 sudo apt-get remove atom. 이제 시도하면 sudo apt-get remove --purge atom이 표시되지만 no apt package atom해당 이름의 스냅이 있습니다.

그 스냅을 제거하는 방법?

답변1

에서 설치한 Atom 패키지가 sudo apt install atom이미 제거되었으므로 다음과 같은 오류 메시지가 표시됩니다.

No apt package "atom", but there is a snap with that name.
Try "snap install atom"

E: Unable to locate package atom

관련 정보