|
[Sponsors] |
April 29, 2012, 04:21 |
Paste the code and no reaction
|
#1 |
New Member
Tomas
Join Date: Apr 2012
Posts: 7
Rep Power: 14 |
Hello first time,
I have been trying to install OpenFoam on my ubuntu 11.04. I just paste the code from the official website: VERS=`lsb_release -cs` sudo sh -c "echo deb http://www.openfoam.org/download/ubuntu $VERS main > /etc/apt/sources.list.d/openfoam.list" then I write a password and enter and nothing happens. It is my first linux and first instalation, please help me and be tolerant. Thank you. |
|
April 29, 2012, 06:17 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Tomas and welcome to the forum!
Are you 100% certain that you have Ubuntu 11.04? If so, that command doesn't show anything on the command line, so you can continue following the installation instructions. If you have Ubuntu 12.04, the official OpenFOAM deb packages doesn't officially support 12.04 just yet. Nonetheless, you can try using the packages that are meant for 11.10, by running the following command: Code:
sudo sh -c "echo deb http://www.openfoam.org/download/ubuntu oneiric main > /etc/apt/sources.list.d/openfoam.list" Bruno
__________________
|
|
April 29, 2012, 10:05 |
|
#3 |
New Member
Tomas
Join Date: Apr 2012
Posts: 7
Rep Power: 14 |
Thank you, I am sure i have 10.04 version but problem is fixed. I have already found help on polish forum:
http://ubuntu.pl/forum/viewtopic.php?f=145&t=157987 there you can find solution if somene has the same problem. |
|
|
|