일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 코틀린
- Java
- docker
- springboot
- 리팩토링
- github
- 쿠버네티스
- machine-learning
- 파이썬
- DataGridView
- mybatis
- 스프링
- c#
- 자바
- 마이바티스
- Spring
- 도커
- AWS
- Spring Boot
- 스프링부트
- 리액트
- Python
- MySQL
- Winform
- kubernetes
- react
- Kotlin
- design pattern
- git
- VOA
Archives
- Today
- Total
보뇨 다이어리
Unexpected method 'appcast' called on Cask 에러 발생시 해결 본문
반응형
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
반응형
'컴퓨터 관련 > 환경 정보' 카테고리의 다른 글
AWS 내에 IAM 계정들 생성하기 (0) | 2023.10.13 |
---|---|
script maven 컴파일시 maven-compiler-plugin:3.8.1:compile 에러 해결 (0) | 2023.03.22 |
VScode - Auto fix eslint on save (0) | 2021.04.18 |
cannot start process the working directory ... 에러 (0) | 2020.11.04 |
최초 PlantUML 플러그인 사용시 에러 (0) | 2019.11.12 |