View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002981 | OpenFOAM | Bug | public | 2018-06-13 20:27 | 2018-06-16 12:03 |
Reporter | kdupre | Assigned To | chris | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 18.04 |
Summary | 0002981: Download repository missing release file | ||||
Description | The openFOAM download page appeares to be missing a bionic release file, which prevents downloads and installation of the software. | ||||
Steps To Reproduce | Adding dl.openfoam.org/ubuntu as a repository (sudo add-apt-repository http://dl.openfoam.org/ubuntu), the following error is obtained: E: The repository 'http:/dl.openfoam.org/ubuntu bionic Release' does not have a Release file. This prevents installation using this method. | ||||
Additional Information | Have reproduced the error on multiple versions of Ubuntu and with multiple versions of openfoam. | ||||
Tags | No tags attached. | ||||
|
There is a Release file for bionic. It is in this directory: http://dl.openfoam.org/ubuntu/dists/bionic Are you sure you installed added the public key correctly with?: sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -" You can check with: apt-key list Output should include: uid [ unknown] OpenFOAM Foundation... I have just tested a clean Ubuntu 18.04 (bionic) installation and ran the following with no errors: sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -" sudo add-apt-repository http://dl.openfoam.org/ubuntu sudo apt-get update Another option: is your networking down? |
|
Not reproducible |