|
[Sponsors] |
[OpenFOAM.org] Installing OpenFOAM 6 on Ubuntu 18.04 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 12, 2019, 15:48 |
Installing OpenFOAM 6 on Ubuntu 18.04
|
#1 |
Member
Lauren Dransfield
Join Date: Jan 2012
Posts: 50
Rep Power: 14 |
Evening,
I've attempted following the commands given here, but get the following error when running "sudo apt-get install openfoam6" Code:
The following packages have unmet dependencies. openfoam6 : Depends: libopenmpi2 but it is not installable Depends: gnuplot-x11 but it is not going to be installed Recommends: paraviewopenfoam56 but it is not going to be installed E: Unable to correct problems, you have held broken packages. Code:
Package libopenmpi2 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libopenmpi2' has no installation candidate |
|
January 13, 2019, 00:03 |
|
#2 |
Senior Member
Daniel
Join Date: Mar 2013
Location: Noshahr, Iran
Posts: 348
Rep Power: 21 |
Hello Lauren,
you need to install the dependencies first, you need to install libopenmpi-dev package! try this: Code:
sudo apt install libopenmpi-dev openmpi-bin https://openfoamwiki.net/index.php/I...u#Ubuntu_18.04 |
|
January 13, 2019, 14:03 |
|
#3 |
Member
Lauren Dransfield
Join Date: Jan 2012
Posts: 50
Rep Power: 14 |
Even with the dependencies installed I get the same error, so I'm not sure sure it's that. I'll check the Wiki, cheers
|
|
January 13, 2019, 14:27 |
|
#4 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
In other words, if the "universe" repository in apt is not active, then it's not possible to install certain packages that "openfoam6" depends on.
__________________
|
||
Tags |
openfoam 6, ubuntu 10.04 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM.org] I have trouble installing openfoam 5.0 on ubuntu 16.04 | haydii | OpenFOAM Installation | 5 | December 27, 2018 11:56 |
[OpenFOAM.org] Problems installing OpenFOAM 2.3.0 on Ubuntu 12.04 | arieljeds | OpenFOAM Installation | 6 | August 19, 2015 08:39 |
[OpenFOAM.org] Installing OpenFOAM 2.3.0 on Ubuntu 14.10 | sisi | OpenFOAM Installation | 4 | November 26, 2014 06:24 |
Prolem installing OpenFOAM Ver 2.3.0 source in Ubuntu 13.1.0 on VMware | zandi | OpenFOAM Installation | 5 | March 31, 2014 04:57 |
Trouble with installing OpenFOAM on Ubuntu | Milos | OpenFOAM Installation | 16 | November 16, 2009 03:44 |