보뇨 다이어리

Unexpected method 'appcast' called on Cask 에러 발생시 해결 본문

컴퓨터 관련/환경 정보

Unexpected method 'appcast' called on Cask 에러 발생시 해결

보뇨 2024. 8. 14. 21:18
반응형

brew 를 통해 adoptopenjdk 를 여러 버전 사용하고있었는데

어느날 특정 패키지를 삭제할려고보니 아래와 같은 에러가 발생

 ✘ joon@jooncomputer  run  brew uninstall colima           
Error: Unexpected method 'appcast' called on Cask adoptopenjdk11.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk11.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
==> Autoremoving 7 unneeded formulae:
pygments
python-brotli
python-click
python-markupsafe
python-psutil
python-typing-extensions
six
Error: Unexpected method 'appcast' called on Cask adoptopenjdk11.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs

 

추측하건데 adoptopenjdk 가 꼬인거같아서 그냥 하는김에 2개 패키지를 삭제하고 진행했더니 정상적으로 동작함

 ✘ joon@jooncomputer  JavaVirtualMachines  brew uninstall adoptopenjdk8  
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Unexpected method 'appcast' called on Cask adoptopenjdk8.
Follow the instructions here:
  https://github.com/Homebrew/homebrew-cask#reporting-bugs
==> Uninstalling Cask adoptopenjdk8
==> Uninstalling packages with sudo; the password may be necessary:
net.adoptopenjdk.8.jdk
Password:
==> Purging files for version 8,292:b10 of Cask adoptopenjdk8
==> Autoremoving 7 unneeded formulae:
pygments
python-brotli
python-click
python-markupsafe
python-psutil
python-typing-extensions
six
 ✘ joon@jooncomputer  JavaVirtualMachines  brew uninstall colima       
Uninstalling /opt/homebrew/Cellar/colima/0.6.9... (11 files, 5.4MB)
==> Autoremoving 7 unneeded formulae:
pygments
python-brotli
python-click
python-markupsafe
python-psutil
python-typing-extensions
six
Uninstalling /opt/homebrew/Cellar/python-click/8.1.7_1... (55 files, 745.4KB)
Uninstalling /opt/homebrew/Cellar/pygments/2.17.2... (717 files, 9.3MB)
Uninstalling /opt/homebrew/Cellar/python-psutil/5.9.8... (83 files, 2.3MB)
Uninstalling /opt/homebrew/Cellar/python-typing-extensions/4.9.0... (21 files, 286.3KB)
Uninstalling /opt/homebrew/Cellar/six/1.16.0_4... (21 files, 167.8KB)
Uninstalling /opt/homebrew/Cellar/python-brotli/1.1.0... (25 files, 1.8MB)
Uninstalling /opt/homebrew/Cellar/python-markupsafe/2.1.4... (33 files, 162.3KB)
 joon@jooncomputer  JavaVirtualMachines 
반응형