본문 바로가기

Programing/Linux

[Solved] "Please install all available updates for your release before upgrading"

[ 환경 ]
- 클라우드서버 리소스 "Ubuntu18.04" 사용 중
- 터미널 ssh 활용 접속, OS "Ubuntu20.04"로 업데이트 진행 $ do-release-upgrade
- 업데이트 진행 간 "yes" 입력 1~2회 필요, yes or no 박스선택 필요
- 장기간 미동작으로 세션 끊김, 

[ 상황 ]
- 업데이트 완료를 위해 $ sudo apt-get update 등 시스템 패키지 설치 시도 시 
  "Please install all available updates for your release before upgrading" 에러발생 
- 타 시스템설치 기능 동작중으로 병행 설치 불가

[ 솔루션 ]
- 실행중인 세션 확인 $ ps aux | grep apt  (or) $ ps aux | grep release
- ssh 활용 설치중이었으므로 잔여 screen 세션 확인, 접속 $ screen -r {세션명}
- 잔여 업데이트 진행