View Issue Details

IDProjectCategoryView StatusLast Update
0000372OpenFOAMBugpublic2011-12-23 16:19
Reporteruser315Assigned Tochris  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSUbuntuOS Version11.1
Summary0000372: Download Ubuntu Deb Pack
DescriptionTrying to download and install OpenFoam 2.1.0 I got the following error at step 3 of installation procedure:

WARNING: The following packages can not be authenticated.
   openfoam210
Install these packages without verification [y / N]? y
Err http://www.openfoam.com/download/ubuntu/ oneiric / main i386 openfoam210 0-1
   404 Not Found
Unable to retrieve http://www.openfoam.com/download/ubuntu/./dists/oneiric/main/binary-i386/openfoam210_0-1_i386.deb 404 Not Found
E: Unable to download some packages. It may be useful to run 'apt-get update "or try" - fix-missing "
Steps To ReproduceStep 1: In a terminal window, add OpenFOAM to the list of repository locations for apt to search, by copying and pasting the following in a terminal prompt (Applications -> Accessories -> Terminal).

VERS=`lsb_release -cs`
sudo sh -c "echo deb http://www.openfoam.com/download/ubuntu $VERS main > /etc/apt/sources.list.d/openfoam.list"

Step 2: Update the apt package list to account for the new download repository location

sudo apt-get update

Step 3: Install OpenFOAM (210 in the name refers to version 2.1.0):

sudo apt-get install openfoam210

 
TagsNo tags attached.

Activities

chris

2011-12-23 16:19

manager   ~0000870

Apologies. It has been fixed now. Thanks for the report.

Issue History

Date Modified Username Field Change
2011-12-23 14:31 user315 New Issue
2011-12-23 16:19 chris Note Added: 0000870
2011-12-23 16:19 chris Status new => resolved
2011-12-23 16:19 chris Resolution open => fixed
2011-12-23 16:19 chris Assigned To => chris