Ubuntu: Difference between revisions

Satellit (talk | contribs)
m Using sugar PPAs: notes on alt method to add repositories and keys in Karmic
Line 145: Line 145:
  sudo apt-get update
  sudo apt-get update
  sudo apt-get install sugar-platform
  sudo apt-get install sugar-platform
===Note from lists===
Message: 2
Date: Mon, 23 Nov 2009 15:02:19 -0500
From: Kevin Cole <dc.xxxxxx.com>
Subject: Re: [IAEP] 'apt-get install sugar-platform' available for
Ubuntu9.10.
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)


= ejabberd collaboration server on Ubuntu =
= ejabberd collaboration server on Ubuntu =