Difference between revisions of "Freegeek repository"

From FreekiWiki
Jump to navigation Jump to search
(correct URL for freegeek keyring)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
For systems installed via liveCD you need to manually add the freegeek repository+keyring
+
{{Migrated}}
  
*Go to system>administration>software sorces
+
[https://docs.google.com/document/d/10PML9F3XbGoSsSDiqHJa435fsllGuSOS1ebMV2TPMpk/edit?usp=sharing Google Drive Freegeek repository]
*Select the third-party software tab
 
*add the following
 
  
<code>
+
For systems installed via liveCD or other means you'll need to manually add the freegeek repository and keyring in order to install freegeek-extras
deb http://apt.freegeek.org/ubuntu lucid main
 
  
</code>
+
==From the GUI==
 +
<!--# Go to '''System >> Administration >> Software Sources'''-->
 +
#Go to '''System >> Ubuntu Software Center >> Edit >> Software Sources...'''
 +
# Select the '''Other Software''' tab
 +
# Click '''Add''' and type the following:  <code>deb http://apt.freegeek.org/ubuntu precise main</code>
 +
# Add the Free Geek keyring
 +
#* Download the keyring from <code>http://apt.freegeek.org/freegeek-archive-keyring.gpg</code>
 +
#* In the Software Sources window, click on the '''Authentication''' and add the keyring file
 +
# Go to '''System >> Ubuntu Software Center''' and search for ''freegeek-extras'' and install it
 +
# Go to '''System >> Administration >> Update Manager''' and click '''Check''', then '''Install Updates'''
  
*Add the freegeek keyring
+
==From the CLI==
**[http://apt.freegeek.org/freegeek-archive-keyring.gpg download the keyring]
+
Enter the following into a terminal (cut-and-paste for accuracy!):
**click on the authentication tab and add the keyring file.
+
sudo su -c 'echo "deb http://apt.freegeek.org/ubuntu precise main" >> /etc/apt/sources.list.d/fg.list'
 
+
sudo wget http://apt.freegeek.org/freegeek-archive-keyring.gpg
*Install freegeek-extras package (in terminal)
+
sudo apt-key add freegeek-archive-keyring.gpg
 +
sudo apt-get update
 
  sudo apt-get install freegeek-extras
 
  sudo apt-get install freegeek-extras
 +
sudo apt-get upgrade
  
 
[[Category:Tech support]]
 
[[Category:Tech support]]

Latest revision as of 17:39, 20 May 2014

deletion

This page has been migrated to a document on Free Geek's Google Drive.

Information remaining behind may no longer be relevant.

MIGRATOR:

When you have tagged this page as migrated,
please add a link to the new document on Google Drive.

(Link to new page immediately below.)


Google Drive Freegeek repository

For systems installed via liveCD or other means you'll need to manually add the freegeek repository and keyring in order to install freegeek-extras

From the GUI

  1. Go to System >> Ubuntu Software Center >> Edit >> Software Sources...
  2. Select the Other Software tab
  3. Click Add and type the following: deb http://apt.freegeek.org/ubuntu precise main
  4. Add the Free Geek keyring
  5. Go to System >> Ubuntu Software Center and search for freegeek-extras and install it
  6. Go to System >> Administration >> Update Manager and click Check, then Install Updates

From the CLI

Enter the following into a terminal (cut-and-paste for accuracy!):

sudo su -c 'echo "deb http://apt.freegeek.org/ubuntu precise main" >> /etc/apt/sources.list.d/fg.list'
sudo wget http://apt.freegeek.org/freegeek-archive-keyring.gpg
sudo apt-key add freegeek-archive-keyring.gpg
sudo apt-get update 
sudo apt-get install freegeek-extras
sudo apt-get upgrade