Differences between revisions 1 and 2
Revision 1 as of 2010-10-10 05:06:20
Size: 399
Editor: SamatJain
Comment:
Revision 2 as of 2011-01-05 10:28:07
Size: 605
Editor: SamatJain
Comment: Import an Ubuntu PPA key
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

=== Import an Ubuntu PPA key ===

Import an Ubuntu PPA key directly from the keyserver with:

{{{#!highlight sh
key=0x1111
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key
}}}

Allow third-party repositories when upgrading between distributions

Place:

[Sources]
AllowThirdParty=yes

into /etc/update-manager/release-upgrades.d/allow-third-party.cfg. From bug #147080: do-release-upgrade should make disabling third party repositories optional.

Import an Ubuntu PPA key

Import an Ubuntu PPA key directly from the keyserver with:

   1 key=0x1111
   2 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key


CategoryCheatSheet

SamatsWiki: CheatSheet/Ubuntu (last edited 2011-01-05 10:28:07 by SamatJain)