i want to install mongodb on my machine (ubuntu linux 16.04) , so i follow this instruction i do step 1 and step 2 but in step 3 when i enter command sudo apt-get update
i get this error :
sudo apt-get update
Fetched 306 kB in 9s (33.9 kB/s)
Reading package lists... Done
W: The repository 'http://repo.mongodb.org/apt/ubuntu xenial/mongodb-
org/3.4 Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
E: Failed to fetch
http://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-
org/3.4/multiverse/binary-amd64/Packages 403 Forbidden
E: Some index files failed to download. They have been ignored, or old
ones used instead.
/etc/apt/sources.list.d/mongodb-org-3.4.list
? – Romeo Ninov Jul 25 '17 at 08:30deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse
– Romeo Ninov Jul 25 '17 at 08:37sudo gedit /etc/........................
i can see the line – MBehtemam Jul 25 '17 at 09:57