Hello Every One, i have Decided To start a list of Repos for karmic, along with key info so we have one ez to locate list of known repos..all of these repos are unoffical and not supported (offically). some contain beta software , some a single program some other stuff click on its name to get to there homepage
i will add the ones that i know if anyone has more fell free to add them and i will put them in the list here...
First there are not active by default
open kpackagekit then settings , edit sources, first tab check off the ones you want and if you also want partner (acroread is there) you can enable it by checking the box next to it under the "other software" tab
Medibuntu
[code=run in konsole]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[/code]
Rog131's PPA
[code=run in konsole]sudo add-apt-repository ppa:samrog131[/code]
Virtual Box NON ose
[code=add to /etc/apt/sources.list]deb http://download.virtualbox.org/virtualbox/debian karmic non-free[/code]
Blueman Bluetooth manager
[code=run in konsole]sudo add-apt-repository ppa:blueman/ppa
[/code]
the onion router EXPERMENTAL added by: IgnorantGuru
[code=save this as a script or just paste the code into a terminal]
#!/bin/bash
# Install tor - karmic
# See https://launchpad.net/~sevenmachines/+archive/tor
# See http://www.torproject.org/docs/debian.html.en
torsrc="deb http://ppa.launchpad.net/sevenmachines/tor/ubuntu karmic main"
torkey=61E46227
torprint=454FEDB228E1455D687C9CBE35DA01C261E46227
test=`grep "$torsrc" /etc/apt/sources.list`
if [ "$test" = "" ]; then
sudo echo "$torsrc" >> /etc/apt/sources.list
fi
sudo gpg --keyserver keys.gnupg.net --recv $torkey
sudo gpg --export $torprint | sudo apt-key add -
sudo apt-get update
sudo apt-get install tor tor-geoipdb tsocks
[/code]
Be sure to consult the additional setup instructions at http://www.torproject.org/docs/debian.html.en
Snes Gtk Port
[code=run in konsole]sudo add-apt-repository ppa:bearoso/ppa[/code]
Wine
[code=run in konsole]
sudo add-apt-repository ppa:ubuntu-wine/ppa
[/code]
i will add the ones that i know if anyone has more fell free to add them and i will put them in the list here...
First there are not active by default
open kpackagekit then settings , edit sources, first tab check off the ones you want and if you also want partner (acroread is there) you can enable it by checking the box next to it under the "other software" tab
Medibuntu
[code=run in konsole]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[/code]
Rog131's PPA
[code=run in konsole]sudo add-apt-repository ppa:samrog131[/code]
Virtual Box NON ose
[code=add to /etc/apt/sources.list]deb http://download.virtualbox.org/virtualbox/debian karmic non-free[/code]
Blueman Bluetooth manager
[code=run in konsole]sudo add-apt-repository ppa:blueman/ppa
[/code]
the onion router EXPERMENTAL added by: IgnorantGuru
[code=save this as a script or just paste the code into a terminal]
#!/bin/bash
# Install tor - karmic
# See https://launchpad.net/~sevenmachines/+archive/tor
# See http://www.torproject.org/docs/debian.html.en
torsrc="deb http://ppa.launchpad.net/sevenmachines/tor/ubuntu karmic main"
torkey=61E46227
torprint=454FEDB228E1455D687C9CBE35DA01C261E46227
test=`grep "$torsrc" /etc/apt/sources.list`
if [ "$test" = "" ]; then
sudo echo "$torsrc" >> /etc/apt/sources.list
fi
sudo gpg --keyserver keys.gnupg.net --recv $torkey
sudo gpg --export $torprint | sudo apt-key add -
sudo apt-get update
sudo apt-get install tor tor-geoipdb tsocks
[/code]
Be sure to consult the additional setup instructions at http://www.torproject.org/docs/debian.html.en
Snes Gtk Port
[code=run in konsole]sudo add-apt-repository ppa:bearoso/ppa[/code]
Wine
[code=run in konsole]
sudo add-apt-repository ppa:ubuntu-wine/ppa
[/code]
Comment