From 627b8bd6a24cf297ea06c4ac6dc2662db2834402 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 2 Jul 2012 21:35:43 -0600 Subject: [PATCH] Note change to get to old vs new aptrepo's --- in/aptrepo.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/in/aptrepo.md b/in/aptrepo.md index dcb469d..885a310 100644 --- a/in/aptrepo.md +++ b/in/aptrepo.md @@ -10,8 +10,9 @@ Repositories: [[aptrepo]]. TMI maintains an APT repository containing some of the code available from this website. We use this repository in-house, and it is fairly well tested on 32 and 64 bit Intel and AMD based workstations running Ubuntu 8.04 (Hardy Heron), -Ubuntu 9.10 (Karmic Koala), Ubuntu 10.04 LTS (Lucid Lynx) and Ubuntu 10.10 -(Maverick Meerkat). +Ubuntu 9.10 (Karmic Koala), Ubuntu 10.04 LTS (Lucid Lynx), Ubuntu 10.10 +(Maverick Meerkat) and Ubuntu 11.04 (Natty Narwhal). Support for Ubuntu 12.04 +(Precise Pangolin) is in progress. TMI actively uses this software stack for internal and customer development, but does not at this time offer support. We will do our best to answer questions; @@ -62,6 +63,17 @@ hardy-backports from the GUI, or issue these commands: ## Step 2 - Adding the TMI repository to the sources list +### For 11.04 and earlier: + + cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list + # TMI repository + deb http://oss.titaniummirror.com/ubuntu-hardy hardy main + deb-src http://oss.titaniummirror.com/ubuntu-hardy hardy main + +EOF+ + sudo apt-get update + +### For 12.04. Not really ready for prime time yet: + cat <<+EOF+ | sudo tee /etc/apt/sources.list.d/tmi.list # TMI repository deb http://oss.titaniummirror.com/ubuntu hardy main @@ -69,6 +81,7 @@ hardy-backports from the GUI, or issue these commands: +EOF+ sudo apt-get update + ## Step 2 - Adding the TMI package key When you issued `apt-get update` above, you saw a key warning. Resolve future -- 2.39.2