The actuall repositories of karmic koala 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 <package name >.
Now let`s see how to ad 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 – && sudo apt-get update
Now you will be able to install softwares by simple using this command :
sudo apt-get install <package name >


Have Fun
nice thanks very much.
you welcome ibbill
If you copy and paste the [ add - &&] is a (minus sign) . I got an error until I corrected the (-) in terminal when the command was pasted.
Thanks
thanks
i will use it