MongoBD 커뮤니티 및 엔터프라이즈 에디션 1단계: 시스템 업데이트 수행 Ubuntu 시스템을 업데이트하고 필요한 패키지를 설치 sudo apt update sudo apt install wget curl gnupg2 software-properties-common apt-transport-https ca-certificates lsb-release 2단계: 공개 키 가져오기 다음 명령을 실행하여 MongoDB용 공개 GPG 키를 가져옵니다. curl -fsSL https://www.mongodb.org/static/pgp/server-6.0.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-6.gpg 3단계: MongoDB 저장소 구성 echo "..