PDA

View Full Version : [ubuntu] medibuntu key absent lucid



jon zendatta
May 24th, 2010, 11:57 AM
I'm having the following problem importing medibuntu key. Any idea's short of installing each package seperately.


j@j-laptop:~$ sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
--2010-05-24 22:55:59-- http://www.medibuntu.org/sources.list.d/lucid.list
Resolving www.medibuntu.org... 1.0.0.0
Connecting to www.medibuntu.org|1.0.0.0|:80... failed: Connection timed out.
Retrying.

--2010-05-24 22:56:21-- (try: 2) http://www.medibuntu.org/sources.list.d/lucid.list
Connecting to www.medibuntu.org|1.0.0.0|:80... failed: Connection timed out.
Retrying.

--2010-05-24 22:56:44-- (try: 3) http://www.medibuntu.org/sources.list.d/lucid.list
Connecting to www.medibuntu.org|1.0.0.0|:80... failed: Connection timed out.
Retrying.

--2010-05-24 22:57:08-- (try: 4) http://www.medibuntu.org/sources.list.d/lucid.list
Connecting to www.medibuntu.org|1.0.0.0|:80... failed: Connection timed out.
Retrying.

ajgreeny
May 24th, 2010, 12:48 PM
Try:-

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet updatewhich seems a bit different to the commands you used.

This comes from the medibuntu website, itself.

dino99
May 24th, 2010, 12:49 PM
gksudo gedit /etc/apt/sources.list

choose one below:

mirror=http://packages.medibuntu.org
deb http://packages.medibuntu.org/ lucid free non-free
deb-src http://packages.medibuntu.org/ lucid free non-free

mirror=http://mirrors.ucr.ac.cr/medibuntu
deb http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free
deb-src http://mirrors.ucr.ac.cr/medibuntu/ lucid free non-free

mirror=http://mirror.oscc.org.my/medibuntu
deb http://mirror.oscc.org.my/medibuntu/ lucid free non-free
deb-src http://mirror.oscc.org.my/medibuntu/ lucid free non-free

mirror=ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu
deb ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu/ lucid free non-free
deb-src ftp://ftp.leg.uct.ac.za/pub/linux/medibuntu/ lucid free non-free

key:
wget -q -O- mirror/medibuntu-key.gpg | sudo apt-key add -
where "mirror" is the one chosen

sudo aptitude update

jon zendatta
May 24th, 2010, 01:54 PM
thanks got it sorted now:KS