[10:04] hello everyone! I'm getting an gpg error the following signatures couldn't be verified because the public key is not available: NO_PUBKEY on my ubuntustudio when i a apt-get update any help on how to fix this? thanks [10:14] exxxit: Seems like you added one or more repositories but not adding the keys for them [10:14] either in /etc/apt/sources.list or a file in /etc/apt/sources.list.d/ [10:17] any hints on how to fix this? [10:18] exxxit: Either you add the key to the repository you added in the locations I suggested, or you remove the repository [10:18] The error message should give you a hint on what repository [10:18] the key is not added in the files though [10:19] for ppa:s, there's a script for adding both repo and keys [10:19] for other repos, you may need to add the keys manually, and usually there is a walk through for how to do that [10:19] W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 082CCEDF94558F59 [10:20] this is one of the errors [10:20] ok, so you added spotify [10:20] theres one for extras.ubuntu.com [10:20] dl.google [10:20] archive.ubuntu [10:20] seems like all of them, then [10:20] apt.mopidy [10:20] well, that is not normal of course [10:21] linux.dropbox [10:21] (if you get errors for all of them, that is) [10:21] ppa.launchpad.net [10:22] kxstudio.sourceforge.net [10:22] you don't need to list all your repos [10:22] exxxit, stop. please [10:22] are you getting errors for all of them? [10:22] ok sorry [10:23] yes I get a gpg error with all of the listed [10:23] exxxit, sudo apt-get update | pastebinit is much cleaner for IRC [10:23] sorry bout that [10:23] http://askubuntu.com/questions/127326/how-to-fix-missing-gpg-keys [10:24] I'm more inclined to the solution where you use two commands [10:24] First command: sudo rm /var/lib/apt/lists/* -vf [10:24] second command: sudo apt-get update && sudo apt-get upgrade [10:25] this ^^^^ [10:25] ok zequence I should try those two commands then? [10:25] exxxit: Yes [10:30] I have to go. Hope that solved it. [10:32] still doing the update && upgrade [10:32] but thanks anyway zequence :) [10:36] still getting the same errors