User Tools

Site Tools


public:debian_ubuntu_local_mirror

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:debian_ubuntu_local_mirror [2013/05/06 10:47] – [UBUNTU ISOs] KoHofer@unibz.itpublic:debian_ubuntu_local_mirror [2013/05/13 10:32] – [UBUNTU Releases] KoHofer@unibz.it
Line 69: Line 69:
 |Ubuntu 12.04.1 LTS|Precise Pangolin|August 24, 2012| |Ubuntu 12.04.1 LTS|Precise Pangolin|August 24, 2012|
 |Ubuntu 12.04 LTS|Precise Pangolin|April 26, 2012| | |Ubuntu 12.04 LTS|Precise Pangolin|April 26, 2012| |
-|Ubuntu 11.10|Oneiric Ocelot|October 13, 2011|May 9, 2013| 
 |Ubuntu 10.04.4 LTS|Lucid Lynx|February 16, 2012|May 9, 2013 (Desktop) April 2015 (Server)| |Ubuntu 10.04.4 LTS|Lucid Lynx|February 16, 2012|May 9, 2013 (Desktop) April 2015 (Server)|
 |Ubuntu 10.04.3 LTS|:::|July 21, 2011|:::| |Ubuntu 10.04.3 LTS|:::|July 21, 2011|:::|
Line 75: Line 74:
 |Ubuntu 10.04.1 LTS|:::|August 17, 2010|:::| |Ubuntu 10.04.1 LTS|:::|August 17, 2010|:::|
 |Ubuntu 10.04|:::|April 29, 2010|:::| |Ubuntu 10.04|:::|April 29, 2010|:::|
-|Ubuntu 8.04.4 LTS|Hardy Heron|January 28, 2010|May 9, 2013 (Server)| +
-|Ubuntu 8.04.3 LTS|:::|July 16, 2009|:::| +
-|Ubuntu 8.04.2 LTS|:::|January 22, 2009|:::| +
-|Ubuntu 8.04.1 LTS|:::|July 3, 2008|:::| +
-|Ubuntu 8.04 LTS|:::|April 24, 2008|:::|+
  
 **Unsupported (End-of-Life) Releases** **Unsupported (End-of-Life) Releases**
  
 ^Version^Code name^Release date^End of life date^ ^Version^Code name^Release date^End of life date^
 +|Ubuntu 11.10|Oneiric Ocelot|October 13, 2011|May 9, 2013|
 |Ubuntu 11.04|Natty Narwhal|April 28, 2011|October 2012| |Ubuntu 11.04|Natty Narwhal|April 28, 2011|October 2012|
 |Ubuntu 10.10|Maverick Meerkat|October 10, 2010|April 2012| |Ubuntu 10.10|Maverick Meerkat|October 10, 2010|April 2012|
Line 89: Line 85:
 |Ubuntu 9.04|Jaunty Jackalope|April 23, 2009|October 23, 2010| |Ubuntu 9.04|Jaunty Jackalope|April 23, 2009|October 23, 2010|
 |Ubuntu 8.10|Intrepid Ibex|October 30, 2008|April 2010| |Ubuntu 8.10|Intrepid Ibex|October 30, 2008|April 2010|
 +|Ubuntu 8.04.4 LTS|Hardy Heron|January 28, 2010|May 9, 2013 (Server)|
 +|Ubuntu 8.04.3 LTS|:::|July 16, 2009|:::|
 +|Ubuntu 8.04.2 LTS|:::|January 22, 2009|:::|
 +|Ubuntu 8.04.1 LTS|:::|July 3, 2008|:::|
 +|Ubuntu 8.04 LTS|:::|April 24, 2008|:::|
 |Ubuntu 7.10|Gutsy Gibbon|October 18, 2007|April 2009| |Ubuntu 7.10|Gutsy Gibbon|October 18, 2007|April 2009|
 |Ubuntu 7.04|Feisty Fawn|April 19, 2007|October 2008| |Ubuntu 7.04|Feisty Fawn|April 19, 2007|October 2008|
Line 107: Line 108:
 Put this in your /etc/apt/sources.list Put this in your /etc/apt/sources.list
  
-==== Quantal Quetzal 12.10 ====+==== Raring Ringtail 13.04 ====
  
 <note warning>NEW Release</note> <note warning>NEW Release</note>
 +
 +<code>
 +# Ubuntu 13.04 "Raring Ringtail"
 +deb http://fermi.inf.unibz.it/ubuntu/ raring main
 +deb http://fermi.inf.unibz.it/ubuntu/ raring multiverse
 +deb http://fermi.inf.unibz.it/ubuntu/ raring restricted
 +deb http://fermi.inf.unibz.it/ubuntu/ raring universe
 +
 +# Ubuntu 13.04 "Raring Ringtail Updates"
 +deb http://fermi.inf.unibz.it/ubuntu/ raring-updates main
 +deb http://fermi.inf.unibz.it/ubuntu/ raring-updates multiverse
 +deb http://fermi.inf.unibz.it/ubuntu/ raring-updates restricted
 +deb http://fermi.inf.unibz.it/ubuntu/ raring-updates universe
 +</code>
 +
 +
 +==== Quantal Quetzal 12.10 ====
 +
  
 <code> <code>
Line 141: Line 160:
 deb http://fermi.inf.unibz.it/ubuntu/ precise-updates restricted deb http://fermi.inf.unibz.it/ubuntu/ precise-updates restricted
 deb http://fermi.inf.unibz.it/ubuntu/ precise-updates universe deb http://fermi.inf.unibz.it/ubuntu/ precise-updates universe
-</code> 
- 
-==== Oneiric Ocelot 11.10 ==== 
- 
-<code> 
-# Ubuntu 11.10 "Oneiric Ocelot" 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric main 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric multiverse 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric restricted 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric universe 
-# Ubuntu 11.10 "Oneiric Ocelot Updates" 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric-updates main 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric-updates multiverse 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric-updates restricted 
-deb http://fermi.inf.unibz.it/ubuntu/ oneiric-updates universe 
 </code> </code>
  
Line 174: Line 178:
 </code> </code>
  
-==== Hardy Heron 8.04 LTS ==== 
- 
-<code> 
-# Ubuntu 8.04 "Hardy Heron" 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy main 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy multiverse 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy restricted 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy universe 
-# Ubuntu 8.04 "Hardy Heron Updates" 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates main 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates multiverse 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates restricted 
-deb http://fermi.inf.unibz.it/ubuntu/ hardy-updates universe 
-</code> 
  
 To the mirror: [[http://fermi.inf.unibz.it/ubuntu/|Ubuntu Mirror]] To the mirror: [[http://fermi.inf.unibz.it/ubuntu/|Ubuntu Mirror]]
/data/www/wiki.inf.unibz.it/data/pages/public/debian_ubuntu_local_mirror.txt · Last modified: 2024/02/27 09:12 by kohofer