Differences

This shows you the differences between two versions of the page.

articles:using_the_lug_mirror [2008/09/28 20:06]
achester created
articles:using_the_lug_mirror [2009/04/01 10:28] (current)
tmcgee
Line 1: Line 1:
-====== Using the LUG Mirror ====== +~~REDIRECT>lug:ftp~~
- +
-===== Ubuntu ===== +
-To update your ubuntu install to use the lug mirror is fairly simple, just execute the following commands on a terminal (Applications->Accessories->Terminal): +
- +
-<code bash>achester@frylock-virt:~$ sudo cp -i /etc/apt/sources.list /etc/apt/sources.list.orig +
-achester@frylock-virt:~$ sudo sed -i "s|archive.ubuntu.com|ftp.lug.udel.edu/pub|g" /etc/apt/sources.list</code> +
- +
-Here you can find my [[http://lug.udel.edu/docs/sources-edited.list|sources.list]] and the original [[http://lug.udel.edu/docs/sources-orig.list|sources.list]] included with ubuntu (both for 8.04).  You can always just use either of those files by running similar commands: +
- +
-<code bash>achester@frylock-virt:~$ sudo cp -i /etc/apt/sources.list /etc/apt/sources.list.orig +
-achester@frylock-virt:~$ sudo wget -O /etc/apt/sources.list http://lug.udel.edu/docs/sources-edited.list</code>+
tux