Changes between Version 9 and Version 10 of DownLoadUbuntu


Ignore:
Timestamp:
Aug 26, 2011, 4:41:21 PM (13 years ago)
Author:
habili
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownLoadUbuntu

    v9 v10  
    2121
    2222  * Ubuntu 10.04 ("Lucid Lynx") [http://sourceforge.net/projects/anuga/files/anuga_ubuntu_installer/python-anuga_1.2.1-0ubuntu2_i386.deb/download i386] | [http://sourceforge.net/projects/anuga/files/anuga_ubuntu_installer/python-anuga_1.2.1-0ubuntu2_amd64.deb/download AMD64]
     23
     24
     25== Natty 11.04 ==
     26
     27There are no packages built for Natty (11.04), but the packages for Maverick (10.10) work. The steps are as follows:
     28{{{
     29sudo add-apt-repository ppa:anuga/ppa
     30sudo sed -i 's/natty/maverick/g' /etc/apt/sources.list.d/anuga-ppa-natty.listsudo apt-get update
     31sudo apt-get install python-anuga
     32}}}
     33
     34Note also that the default Python version for natty is 2.7 but ANUGA will be installed under Python2.6 (and you need to install Python 2.6)
     35
     36