Installing
- 
2. Downloading MongoDBDownload MongoDB for Fedora GNU/Linux Choose the RHEL 8 Release! 
- 
3. Making DirectoryThen to Make Needed Directory 
 Run:sudo mkdir -p /data/db If Got “User is Not in Sudoers file” then see: How to Enable sudo 
 Then Set the Right Permissions:sudo chmod g+w /data/db The User Running the MongoDB Server need Write Permission on /data/db! 
- 
4. Installing MongoDBNow to Install MongoDB for Fedora 
 Simply play:sudo dnf install ~/Downloads/mongodb*.rpm But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser. 
Contents
