A bit late in the conversation, an FYI:

Ubuntu (Karmic) now provides a nicer way to add repositories. Type the
following at a shell prompt:

sudo add-apt-repository ppa:sugarteam/0.86

Using the command above results in both importing the GPG key for a
PPA and creates a file in /etc/apt/sources.list.d/ named
"sugarteam-0.86-karmic.list" with all the proper magic in it.  The
output of the command looks like this (line-wrapped for readability):

$ add-apt-repository ppa:sugarteam/0.86
Executing: gpg --ignore-time-conflict \
                       --no-options \
                       --no-default-keyring \
                       --secret-keyring /etc/apt/secring.gpg \
                       --trustdb-name /etc/apt/trustdb.gpg \
                       --keyring /etc/apt/trusted.gpg \
                       --keyserver keyserver.ubuntu.com \
                       --recv 74F3C222CB79383175656A6986ABE8AE363C5DAC
gpg: requesting key 363C5DAC from hkp server keyserver.ubuntu.com
gpg: key 363C5DAC: public key "Launchpad PPA for Sugar Team" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

-- 
Ubuntu Linux DC LoCo
Washington, DC
http://dc.ubuntu-us.org/
_______________________________________________
IAEP -- It's An Education Project (not a laptop project!)
[email protected]
http://lists.sugarlabs.org/listinfo/iaep

Reply via email to