[Back-End] 우분투에 mongodb 안깔리는 오류 해결
by 브이담곰
The following packages have unmet dependencies:
mongodb-org-mongos : Depends: libssl1.1 (>= 1.1.1) but it is not installable
mongodb-org-server : Depends: libssl1.1 (>= 1.1.1) but it is not installable
mongodb-org-shell : Depends: libssl1.1 (>= 1.1.1) but it is not installable
위와 같이 뭐가 안깔려 있다면서 MongoDB가 설치가 안되는 경우가 있다.
원인은 현재 내가 사용하는 우분투 22.04버전에 mongoDB가 공식적으로 빌드되어있지 않기 때문!!
그래서 강제적으로 우분투 22.04의 소스를 가져와서 libssl1.1을 설치해줘야한다. 설치 코드는 아래와 같다.
echo "deb http://security.ubuntu.com/ubuntu focal-security main" |
sudo tee /etc/apt/sources.list.d/focal-security.list
sudo apt-get update sudo apt-get install libssl1.1
참고한 글
'programming > Web' 카테고리의 다른 글
[Back-End] Bash에서 AWS EC2 접속 오류 해결 (0) | 2024.05.10 |
---|---|
[Front-End] (# 1) 웹 사이트 만들기 기본 틀 (0) | 2024.05.10 |
블로그의 정보
농담곰담곰이의곰담농
브이담곰