|
[Sponsors] |
[OpenFOAM.org] Problem for OF-dev on linuxMint 18.2 Sonya |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 7, 2017, 17:23 |
Problem for OF-dev on linuxMint 18.2 Sonya
|
#1 |
Senior Member
|
Hi,
it's first time I'm using Mint, but I thought it was quite straight forward to install, just like Ubuntu, but... when I follow instruction at https://openfoam.org/download/dev-ubuntu/ I got the following message when I try to install Code:
Unable to locate package openfoam-dev https://openfoam.org/download/4-1-ubuntu/ I have no problem. Why? What can I do? I would like to have -dev branch thanks |
|
July 8, 2017, 21:15 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answer: Run the following commands:
Code:
echo "deb http://dl.openfoam.org/ubuntu xenial dev" | sudo tee -a /etc/apt/sources.list.d/openfoam.list sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -" sudo apt-get update sudo apt-get -y install openfoam-dev edit: I didn't notice before that it had worked for you to add the repository for OpenFOAM 4.1. Did you really use: Code:
sudo add-apt-repository http://dl.openfoam.org/ubuntu If it did, I guess that the problem was the name of the sub-repository? Because the default is "main", but for OpenFOAM-dev, it needs to use the "dev" sub-repository...
__________________
Last edited by wyldckat; July 8, 2017 at 21:19. Reason: see "edit:" |
|
July 10, 2017, 07:34 |
|
#3 |
Senior Member
|
Thank you Bruno.
This lines Code:
echo "deb http://dl.openfoam.org/ubuntu xenial dev" | sudo tee -a /etc/apt/sources.list.d/openfoam.list sudo sh -c "wget -O - http://dl.openfoam.org/gpg.key | apt-key add -" sudo apt-get update sudo apt-get -y install openfoam-dev I think any package for paraview have been downloaded. Should I download apart and run Code:
./Allwmake Code:
/opt/openfoam-dev/applications/utilities/postProcessing/graphics/PVReaders |
|
July 10, 2017, 08:06 |
|
#4 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quick answers:
Quote:
Code:
sudo apt-get install paraviewopenfoam50 Code:
echo "deb http://dl.openfoam.org/ubuntu xenial main" | sudo tee -a /etc/apt/sources.list.d/openfoam.main.list sudo apt-get update sudo apt-get install paraviewopenfoam50 |
||
July 10, 2017, 13:21 |
|
#5 |
Senior Member
|
Hi Bruno,
indeed it was suceffully with both instructions you provided, but then I had the same problem. I looked for a solution on the web and I found an old post from yours. ThirdParty-2.1.0 installation error After Code:
wmSet which paraview Thanks |
|
July 10, 2017, 18:30 |
|
#6 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Quote:
Code:
alias wmSet Code:
alias |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Workbench] Workbench 18.2 SpaceClaim->Mechanical geometry accuracy/tolerance problem | sultzan | ANSYS Meshing & Geometry | 0 | December 13, 2018 18:41 |
Ansys 18.2 graphical problem centOS 7.5 | rfmendes | ANSYS | 0 | November 27, 2018 09:01 |
Mesh& steptime independant: conduction-convection problem | Fati1 | Main CFD Forum | 1 | October 28, 2018 14:52 |
Problem diverges when exhaust valve opens | swerner0711 | AVL FIRE | 0 | September 21, 2018 08:14 |
Gambit - meshing over airfoil wrapping (?) problem | JFDC | FLUENT | 1 | July 11, 2011 06:59 |