Code: Select all
sudo apt-get updateI believe i added this a while back trying to install something, either way its not needed, but i cant for the life of me figure out how to remove it so i no longer get the error.
Code: Select all
W: GPG error: http://repo.mongodb.org wheezy/mongodb-org/3.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9ECBEC467F0CEB10
W: Failed to fetch http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.4/Release Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)
W: Failed to fetch http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.0/main/binary-armhf/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Code: Select all
~ sudo apt-get --purge remove http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.0/main/binary-armhf/Packages
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package http
E: Couldn't find any package by regex 'http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.0/main/binary-armhf'
➜ ~ sudo apt-get --purge remove http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.4/Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package http
E: Couldn't find any package by regex 'http://repo.mongodb.org/apt/debian/dists/wheezy/mongodb-org/3.4'
➜ ~
Thanks