View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000372 | OpenFOAM | Bug | public | 2011-12-23 14:31 | 2011-12-23 16:19 |
Reporter | Assigned To | chris | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu | OS Version | 11.1 |
Summary | 0000372: Download Ubuntu Deb Pack | ||||
Description | Trying 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 Reproduce | Step 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 | ||||
Tags | No tags attached. | ||||