← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #78183]: update manager reports no key found.

 

Question #78183 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/78183

    Status: Open => Answered

Connor Imes proposed the following answer:
Hi robert, it sounds like you just haven't imported the key yet.  Directions are available at https://help.ubuntu.com/community/Medibuntu
There are a total of 3 commands that need to be run:

1)
   sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

2) If you are using Jaunty:
   sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Directions are available on the page for other stable versions of Ubuntu.  For Karmic (dev), it is the same command, except you use "karmic.list" in place of "jaunty.list".

3)
   sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.