728x90
Unable to correct problems, you have held broken packages.
맨 아래줄에 해당 경로를 추가해 주자
vi /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted universe multiverse
위의 오류가 뜬다면 아래 파일을 차례대로 설치해준다.
apt install python-lzma -y &&
apt install python-sqlitecachec -y &&
apt install python-pycurl -y &&
apt install python-urlgrabber -y
4줄을 전부 복사해서 설치
apt-get upgrade -y && apt-get update
apt 업그레이드 , 업데이트
apt install yum -y
728x90
'일-상 > 오류노트' 카테고리의 다른 글
[오류노트] logback.xml 에서 application.properties 환경변수 사용하기 (0) | 2023.06.17 |
---|---|
[오류노트] CMAK Unimplemented 에러 (0) | 2023.06.15 |
[오류노트] kafka server.properties 연결이 안된다면 여기로 (0) | 2023.06.09 |
[오류노트] log4j.properties 파일을 못찾을때 (0) | 2023.06.07 |
[오류노트] Redis에 객체 저장 하기 (0) | 2023.04.05 |