<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Automatically Install Missing PPA GPG Keys With One Command (or your money back*)</title> <atom:link href="http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/feed/" rel="self" type="application/rss+xml" /><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back</link> <description>Everything Ubuntu. Daily.</description> <lastBuildDate>Thu, 09 Feb 2012 23:54:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Dave</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-20056</link> <dc:creator>Dave</dc:creator> <pubDate>Sat, 21 Aug 2010 19:48:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-20056</guid> <description>The command didn&#039;t work for me, but this one did to activate the script: sudo bash ./launchpad-update.sh</description> <content:encoded><![CDATA[<p>The command didn&#8217;t work for me, but this one did to activate the script:<br /> sudo bash ./launchpad-update.sh</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17489</link> <dc:creator>Anonymous</dc:creator> <pubDate>Fri, 09 Jul 2010 19:06:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17489</guid> <description>Wow. Works perfectly. No more errors! :)</description> <content:encoded><![CDATA[<p>Wow. Works perfectly. No more errors! :)</p> ]]></content:encoded> </item> <item><title>By: Kent Storbakken</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17390</link> <dc:creator>Kent Storbakken</dc:creator> <pubDate>Wed, 07 Jul 2010 17:03:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17390</guid> <description>Not sure if this has been mentioned and just putting this out there but the article is wrong when executing the script. You need to enter terminal and make it executable through chmod +x launchpad-update.sh first. Then the command to run it is sudo ./launchpad-update.sh. </description> <content:encoded><![CDATA[<p>Not sure if this has been mentioned and just putting this out there but the article is wrong when executing the script. You need to enter terminal and make it executable through chmod +x launchpad-update.sh first. Then the command to run it is sudo ./launchpad-update.sh.</p> ]]></content:encoded> </item> <item><title>By: s0l1dsnak3123</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17379</link> <dc:creator>s0l1dsnak3123</dc:creator> <pubDate>Tue, 06 Jul 2010 23:25:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17379</guid> <description>Thanks alot for this! :)</description> <content:encoded><![CDATA[<p>Thanks alot for this! :)</p> ]]></content:encoded> </item> <item><title>By: igorp1024</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17352</link> <dc:creator>igorp1024</dc:creator> <pubDate>Tue, 06 Jul 2010 06:28:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17352</guid> <description>sudo aptitude update 2&gt;&amp;1 &#124; grep NO_PUBKEY &#124; perl -pwe &#039;s#^.+NO_PUBKEY (.+)$#$1#&#039; &#124; xargs sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com</description> <content:encoded><![CDATA[<p>sudo aptitude update 2&gt;&amp;1 | grep NO_PUBKEY | perl -pwe &#8216;s#^.+NO_PUBKEY (.+)$#$1#&#8217; | xargs sudo apt-key adv &#8211;recv-keys &#8211;keyserver keyserver.ubuntu.com</p> ]]></content:encoded> </item> <item><title>By: Johan</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17351</link> <dc:creator>Johan</dc:creator> <pubDate>Tue, 06 Jul 2010 06:23:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17351</guid> <description>Yep, me too.</description> <content:encoded><![CDATA[<p>Yep, me too.</p> ]]></content:encoded> </item> <item><title>By: andrea</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17349</link> <dc:creator>andrea</dc:creator> <pubDate>Tue, 06 Jul 2010 03:41:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17349</guid> <description>Works like a charms thanks!</description> <content:encoded><![CDATA[<p>Works like a charms thanks!</p> ]]></content:encoded> </item> <item><title>By: XFACT</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17345</link> <dc:creator>XFACT</dc:creator> <pubDate>Tue, 06 Jul 2010 01:52:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17345</guid> <description>Bad joke! :P </description> <content:encoded><![CDATA[<p>Bad joke! :P</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17344</link> <dc:creator>Anonymous</dc:creator> <pubDate>Tue, 06 Jul 2010 01:37:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17344</guid> <description>it is NOT available in EVERY ubuntu install... add-apt-repository was only added to ubuntu last year it is ONLY available in karmic, lucid and meerkat it can be added to jaunty by updating python-software-properties</description> <content:encoded><![CDATA[<p>it is NOT available in EVERY ubuntu install&#8230;<br /> add-apt-repository was only added to ubuntu last year<br /> it is ONLY available in karmic, lucid and meerkat<br /> it can be added to jaunty by updating python-software-properties</p> ]]></content:encoded> </item> <item><title>By: rMatey180</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17341</link> <dc:creator>rMatey180</dc:creator> <pubDate>Tue, 06 Jul 2010 01:24:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17341</guid> <description> Worked for me.  Found two keys.... Rune Svendsen had a good idea about backing up your APT keys.  I&#039;m stealing that one.. </description> <content:encoded><![CDATA[<p>Worked for me.  Found two keys&#8230;.<br /> Rune Svendsen had a good idea about backing up your APT keys.  I&#8217;m stealing that one..</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17339</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 05 Jul 2010 22:12:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17339</guid> <description>Hi there, I&#039;ve just made simplier this script by making a &quot;batch like&quot; sequence of commands, leaving the hole process in &quot;one (long) line&quot;. Btw, I&#039;ve also uploaded the script into my public dropbox as a mirror of mediafire. Just copy and paste the following line command in your terminal:&lt;code&gt;wget &lt;a href=&quot;https://dl-web.dropbox.com/s/xetnyo2r5bnnh53/launchpad-update.sh?dl&quot; rel=&quot;nofollow&quot;&gt;https://dl-web.dropbox.com/s/xetnyo2r5bnnh53/la...&lt;/a&gt; &amp;&amp; mv launchpad-update.sh?dl launchpad-update.sh &amp;&amp; chmod +x launchpad-update.sh &amp;&amp; sudo ./launchpad-update.sh &amp;&amp; sudo apt-get update&lt;/code&gt;ps. pueden visitarnos en seekNgeek blogspot para ver la nota completa. Gracias OMG por este script tan Ãºtil :)</description> <content:encoded><![CDATA[<p>Hi there, I&#8217;ve just made simplier this script by making a &#8220;batch like&#8221; sequence of commands, leaving the hole process in &#8220;one (long) line&#8221;. Btw, I&#8217;ve also uploaded the script into my public dropbox as a mirror of mediafire. Just copy and paste the following line command in your terminal:<code>wget <a href="https://dl-web.dropbox.com/s/xetnyo2r5bnnh53/launchpad-update.sh?dl" rel="nofollow">https://dl-web.dropbox.com/s/xetnyo2r5bnnh53/la...</a> &amp;&amp; mv launchpad-update.sh?dl launchpad-update.sh &amp;&amp; chmod +x launchpad-update.sh &amp;&amp; sudo ./launchpad-update.sh &amp;&amp; sudo apt-get update</code>ps. pueden visitarnos en seekNgeek blogspot para ver la nota completa. Gracias OMG por este script tan Ãºtil :)</p> ]]></content:encoded> </item> <item><title>By: Amith Viswanath</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17325</link> <dc:creator>Amith Viswanath</dc:creator> <pubDate>Mon, 05 Jul 2010 20:14:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17325</guid> <description>thanks....this one worked for me</description> <content:encoded><![CDATA[<p>thanks&#8230;.this one worked for me</p> ]]></content:encoded> </item> <item><title>By: Solomon</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17323</link> <dc:creator>Solomon</dc:creator> <pubDate>Mon, 05 Jul 2010 19:49:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17323</guid> <description>+1I was wondering wtf was wrong with the script, but I should have already known.</description> <content:encoded><![CDATA[<p>+1</p><p>I was wondering wtf was wrong with the script, but I should have already known.</p> ]]></content:encoded> </item> <item><title>By: Carl Draper</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17320</link> <dc:creator>Carl Draper</dc:creator> <pubDate>Mon, 05 Jul 2010 19:28:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17320</guid> <description>You need to set it as executable before running it. (right click --&gt; permissions --&gt; tick executable)</description> <content:encoded><![CDATA[<p>You need to set it as executable before running it. (right click &#8211;&gt; permissions &#8211;&gt; tick executable)</p> ]]></content:encoded> </item> <item><title>By: BostonPeng</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17318</link> <dc:creator>BostonPeng</dc:creator> <pubDate>Mon, 05 Jul 2010 18:20:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17318</guid> <description>Finally! This line needs to get added to the main article. I&#039;m sure Big Sarge and I aren&#039;t the only ones who missed this step.</description> <content:encoded><![CDATA[<p>Finally! This line needs to get added to the main article. I&#8217;m sure Big Sarge and I aren&#8217;t the only ones who missed this step.</p> ]]></content:encoded> </item> <item><title>By: sxecry</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17306</link> <dc:creator>sxecry</dc:creator> <pubDate>Mon, 05 Jul 2010 17:06:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17306</guid> <description>one command ^^ for i in `sudo apt-get -qq update 2&gt;&amp;1 &#124; sed &#039;s/.*PUBKEY //&#039;`; do sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $i; done</description> <content:encoded><![CDATA[<p>one command ^^<br /> for i in `sudo apt-get -qq update 2&gt;&amp;1 | sed &#8216;s/.*PUBKEY //&#8217;`; do sudo apt-key adv &#8211;keyserver keyserver.ubuntu.com &#8211;recv-keys $i; done</p> ]]></content:encoded> </item> <item><title>By: Grey Beard</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17305</link> <dc:creator>Grey Beard</dc:creator> <pubDate>Mon, 05 Jul 2010 17:01:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17305</guid> <description>mine works without changing anything... (using Mint 9)</description> <content:encoded><![CDATA[<p>mine works without changing anything&#8230;<br /> (using Mint 9)</p> ]]></content:encoded> </item> <item><title>By: Heimen Stoffels</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17303</link> <dc:creator>Heimen Stoffels</dc:creator> <pubDate>Mon, 05 Jul 2010 16:59:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17303</guid> <description>Or you can just use Launchpad Getkeys from Webupd8:http://www.webupd8.org/2010/05/automatically-import-all-missing.html</description> <content:encoded><![CDATA[<p>Or you can just use Launchpad Getkeys from Webupd8:</p><p><a href="http://www.webupd8.org/2010/05/automatically-import-all-missing.html" rel="nofollow">http://www.webupd8.org/2010/05/automatically-import-all-missing.html</a></p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17304</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 05 Jul 2010 16:59:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17304</guid> <description>The apt-add-repository doesn&#039;t always guarantee that the key will be added.  I&#039;ve had a couple fail to add the GPG key.</description> <content:encoded><![CDATA[<p>The apt-add-repository doesn&#8217;t always guarantee that the key will be added.  I&#8217;ve had a couple fail to add the GPG key.</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://www.omgubuntu.co.uk/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17301</link> <dc:creator>Anonymous</dc:creator> <pubDate>Mon, 05 Jul 2010 16:52:00 +0000</pubDate> <guid isPermaLink="false">http://www.omgubuntu.dreamhosters.com/2010/07/automatically-install-missing-ppa-gpg-keys-with-one-command-or-your-money-back/#comment-17301</guid> <description>You missed out the .sh part sudo ./launchpad-update.sh  Very nice though, thanks.</description> <content:encoded><![CDATA[<p>You missed out the .sh part sudo ./launchpad-update.sh  Very nice though, thanks.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/4 queries in 0.003 seconds using disk: basic
Object Caching 511/515 objects using disk: basic

Served from: www.omgubuntu.co.uk @ 2012-02-10 00:01:05 -->
