View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003697 | OpenFOAM | Bug | public | 2021-07-24 07:46 | 2021-07-24 23:22 |
Reporter | noZeroDays | Assigned To | chris | ||
Priority | high | Severity | major | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Summary | 0003697: Cannot install OpenFOAM9 on Ubuntu 20.04 | ||||
Description | Hello, I am trying to install OpenFOAM v9 on Ubuntu 20.04: LSB Version: core-11.1.0ubuntu2-noarch:printing-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch Distributor ID: Ubuntu Description: Ubuntu 20.04.2 LTS Release: 20.04 Codename: focal I have already both OpenFOAM 7 and OpenFOAM 8 installed via apt package manager. However, when I run: sudo apt install openfoam9 I get: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package openfoam9 I have also tried to add the openfoam repository and the public key as if I am doing a fresh install of OpenFOAM for the first time, that is: sudo sh -c "wget -O - https://dl.openfoam.org/gpg.key | apt-key add -" sudo add-apt-repository http://dl.openfoam.org/ubuntu But I still get the same error: Unable to locate package openfoam9 Thanks | ||||
Additional Information | Just to confirm that I have already an up-and running version of OpenFOAM8: $ sudo apt install openfoam8 Reading package lists... Done Building dependency tree Reading state information... Done openfoam8 is already the newest version (20210316). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | ||||
Tags | No tags attached. | ||||
|
Currently, I have to download the binary manually from: http://dl.openfoam.org/ubuntu/dists/focal/main/binary-amd64/ |
|
With a clean server install of Ubuntu 20.04.02: sudo sh -c "wget -O - https://dl.openfoam.org/gpg.key | apt-key add -" sudo add-apt-repository http://dl.openfoam.org/ubuntu sudo apt-get update sudo apt-get -y install openfoam9 Installed fine. |
|
Cannot reproduce the issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-24 07:46 | noZeroDays | New Issue | |
2021-07-24 08:32 | noZeroDays | Note Added: 0012099 | |
2021-07-24 23:21 | chris | Note Added: 0012100 | |
2021-07-24 23:22 | chris | Assigned To | => chris |
2021-07-24 23:22 | chris | Status | new => closed |
2021-07-24 23:22 | chris | Resolution | open => fixed |
2021-07-24 23:22 | chris | Note Added: 0012101 |