Bookmark and Share

If you are new to Unixmen, you may want to subscribe :

MedibuntuThe actual repositories of karmic koala and Lucid Lynx contain all softwares you need for your ubuntu, from media players to graphics tools to games ...and more, the installation now is getting more easy with the ubuntu software center where with a simple click you can find hondred of softwares and click to install, but if we look how many softwares we will have to add repositories and then add keys before to install, or the ones that we will have to download from official website of the software ? So many examples exist, like opera , google earth, w32codecs, skype , realplayer and more .


To make life easy, you need just to add Medibuntu repositories, so what is Medibuntu ?

Medibuntu is a packaging project dedicated to distributing software that cannot be included in Ubuntu for various reasons, related to geographical variations in legislation regarding intellectual property, security and other issues:

  • patentability of software, algorithms, formats and other abstract creation
  • legal restrictions on freedom of speech or communication
  • restrictions on the use of certain types of technical solution, such as cryptography
  • legal restrictions on imports of software technology, requiring for example specific permissions
  • etc.

Now after you adding Medibuntu repositories you will be able to install many software(Google earth, Opera , Sun Java ,Acrobat Reader...) that are not included in the ubuntu software center and you will stop wasting time looking for for the right package and from where to download the package ... because you will be able to install the package by simple typing :

sudo apt-get install xxx

 

There is an easy way to add Medibutu and Getdeb repositories using Ubuntu start script, if you want to try it see my previous post. If you don`t want to use start script then you can do it manually by following the steps bellow :

Now let`s see how to add Medibuntu repositories:

1- Add the Medibuntu repository.

echo deb http://packages.medibuntu.org/ karmic free non-free | sudo tee -a /etc/apt/sources.list

2- Add the verification key

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

3- Update the installation :

sudo apt-get update

4- Now you will be able to install softwares by simple using this command :

sudo apt-get install xxx
 

Important : Medibuntu server is temporary down, for ubuntu 10.04 Lucid Lynx you can use one of the mirrors bellow instead :

First open sources.list using the command :

sudo gedit /etc/apt/sources.list

Then the end of the file add one of the mirrors bellow :

Mirror 1:

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

Mirror 2:

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

Mirror 3:

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

Ther second option is to add Medibuntu repositories by copying this command to your terminal :

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

Links :


If you are here for the first time, you may want to subscribe to our rss feed or to follow us on Twitter. Thanks for visiting.


Related Articles By Tags:


Related Articles By Tags:

Comments (15)
  • Charles Gravada  - Error Message
    avatar

    I'm running Ubuntu 9.10, and I get this error message when I do the wget:

    gpg: can't open `–': No such file or directory

    javascript:JOSC_emoticon(":evil:")

  • zinovsky
    avatar

    Just keep trying sometimes give this error when the server is too busy :)

  • Nobody in particular
    avatar

    Had the same problem.

    Somehow the dash after "apt-key add" became a funny kind of dash on the webpage. Replacing it with a real dash by typing the dash on my keyboard worked for me.

  • Nobody in particular
    avatar

    To be more precise: I had the same problem when copy-pasting from this page ;)

  • zinovsky
    avatar

    I found the problem, was the dash after apt-key .thank you
    Now everything is working fine :)

  • JAMINA
    avatar

    hi charles.
    please post in the forum your issue with full commands and logs , and we can follow with you how to solve this .

    jamina
    unixmen supporter

  • Billy  - error message
    avatar

    try typing that in yourself, pasting it in a terminal will cause the lines to wrap incorrectly and the error.

  • Murat Sevgil
    avatar

    thank you very much for your help...........

  • Neil Mitchell  - Apt-get update produces
    avatar

    Following this procedure in ubuntu 9.10 fresh install produces the following error message at the point where apt-get update is executed
    E: Type '

  • Neil Mitchell  - Bu**er It
    avatar

    Now the system has truncated my error text

  • zinovsky
    avatar

    can you please give me the output of the whole errors you got ?
    Sometime server is busy or not responding. so you need to keep trying , and sure will work

  • Tyler King  - GPG Error
    avatar

    heres the error that im getting... any fix?

    W: GPG error: http://packages.medibuntu.org karmic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783

  • Zinovsky
    avatar

    Can be something with the verification key, now i`m not behind ubuntu, i will check this evening and will see where is the problem

  • AustralianGuy
    avatar

    You can try downloading medibuntu-keyring
    apt-get install medibuntu-keyring

    If you trust the site then this is how to add the key at the command line:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys
    where is the number after NO_PUBKEY which in your case, Tyler was 2EBC26B60C5A2783

    I would be skeptical about trusting it if you can't do it through apt-get install medibuntu-keyring as they have always provided that package for their GPG signature.

  • AustralianGuy
    avatar

    Forgot to mention, you can also try this big long command I pulled from an

Write comment
Your Contact Details:
Gravatar enabled
Comment:
[b] [i] [u] [s] [url] [quote] [code] [img]   
:D:):(:0:shock::confused:8):lol::x:P:oops::cry:
:evil::twisted::roll::wink::!::?::idea::arrow: