1. MongoDB 공개키 시스템 등록
sudo rpm --import https://www.mongodb.org/static/pgp/server-7.0.asc
2. MongoDB Repository 등록
sudo zypper addrepo --gpgcheck "https://repo.mongodb.org/zypper/suse/15/mongodb-org/7.0/x86_64/" mongodb
3. MongoDB 패키지 설치
sudo zypper install mongodb-org mongodb-org-database mongodb-org-server mongodb-mongosh mongodb-org-mongos mongodb-org-tools
설치 시, Solution을 안내해주며 고르라고 하는 경우에는 "Solution2 - 강제 설치" 선택하여 설치할 수 있다.
# 참조
https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-suse/
Install MongoDB Community Edition on SUSE - MongoDB Manual v7.0
Docs Home → Develop Applications → MongoDB Manual MongoDB AtlasMongoDB Atlas is a hosted MongoDB service option in the cloud which requires no installation overhead and offers a free tier to get started.Use this tutorial to install MongoDB 7.0 Communit
www.mongodb.com
'TroubleShootings > 삽질 예방 접종 센터' 카테고리의 다른 글
[Linux] RedHat Linux 8/9, Oracle Linux 8/9 MongoDB 7.x 설치방법 (2023.11) (0) | 2023.11.23 |
---|---|
[Linux] CentOS 8 에서 Docker & Kubernetes 한번에 설치 (0) | 2023.11.22 |
[Unix] SuseLinux 12/15 Nginx 설치 (0) | 2023.11.21 |
[Unix] SuseLinux 15 (SP5) 네트워크 Gateway 설정하는 방법 (0) | 2023.11.21 |
[Linux] Debian Linux 12 (bookworm)에 MSSQL 서버 설치 방법 (0) | 2023.11.20 |