CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Prolem installing OpenFOAM Ver 2.3.0 source in Ubuntu 13.1.0 on VMware

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By wyldckat
  • 1 Post By zandi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 10, 2014, 05:27
Default Prolem installing OpenFOAM Ver 2.3.0 source in Ubuntu 13.1.0 on VMware
  #1
Senior Member
 
zandi's Avatar
 
Fatema Zandi Goharrizi
Join Date: Mar 2009
Posts: 158
Rep Power: 17
zandi is on a distinguished road
Hi friends
I use VMware (virtual machine) for ubuntu 13.1.0 and want to install OpenFOAM 2.3.0 source?
afther extracting the files as said in manual (http://www.openfoam.org/download/) and afther enter command {sudo su -} and this comand for installation {apt-get install build-essential flex bison cmake zlib1g-dev qt4-dev-tools libqt4-dev gnuplot libreadline-dev libncurses-dev libxt-dev} I get these lines of information without any installed program..

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libqt4-dev 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
However the following packages replace it:
libqt4-dbus
Package cmake 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
Package flex 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
Package bison 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
Package qt4-dev-tools 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
However the following packages replace it:
qtchooser
E: Unable to locate package build-essential
E: Package 'cmake' has no installation candidate
E: Package 'flex' has no installation candidate
E: Package 'bison' has no installation candidate
E: Unable to locate package zlib1g-dev
E: Package 'qt4-dev-tools' has no installation candidate
E: Package 'libqt4-dev' has no installation candidate
E: Unable to locate package gnuplot
E: Unable to locate package libreadline-dev
E: Unable to locate package libncurses-dev
E: Unable to locate package libxt-dev
E: Unable to locate package libopenmpi-dev
E: Unable to locate package openmpi-bin
E: Unable to locate package libboost-system-dev
E: Unable to locate package libboost-thread-dev
E: Unable to locate package libgmp-dev
E: Unable to locate package libmpfr-dev


could any one help me please? i'm a new user of ubuntu and linux with no experience of linux

before installing source pack i wanted to install deb pack but it also has problem

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openfoam230


please help me
zandi is offline   Reply With Quote

Old   March 10, 2014, 15:09
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answers:
  1. First update your Ubuntu installation. It can be done as simple as running:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
  2. Make sure you have the universe repository turned on, as explained here: http://openfoamwiki.net/index.php/FA..._on_Ubuntu_.3F
  3. Detailed installation instructions for installing OpenFOAM 2.3.0 on Ubuntu 13.10 can be found here: http://openfoamwiki.net/index.php/In...u#Ubuntu_13.10
  4. Answers here on the forum can take as long as 1 week to 1 month or even more. If you get any answers sooner than that, consider yourself lucky .
Annier likes this.
wyldckat is offline   Reply With Quote

Old   March 11, 2014, 09:15
Thumbs up it was proxy
  #3
Senior Member
 
zandi's Avatar
 
Fatema Zandi Goharrizi
Join Date: Mar 2009
Posts: 158
Rep Power: 17
zandi is on a distinguished road
thank you
but I found at last the problem . it is about my place proxy server and i did it finally and it is ok. it couldn't connect the server for download through the terminal due to proxy. i asked my server assistant to allow me to use internet without proxy for a half day and now i have openFoam.
but i wonder i may have problems future in each steps of my project!!
thanks
saeedshayae likes this.
zandi is offline   Reply With Quote

Old   March 25, 2014, 06:50
Default thank you very much
  #4
Member
 
Anil Kunwar
Join Date: Jun 2013
Posts: 64
Rep Power: 11
Annier is an unknown quantity at this point
Quote:
Originally Posted by wyldckat View Post
Quick answers:
  1. First update your Ubuntu installation. It can be done as simple as running:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
  2. Make sure you have the universe repository turned on, as explained here: http://openfoamwiki.net/index.php/FA..._on_Ubuntu_.3F
  3. Detailed installation instructions for installing OpenFOAM 2.3.0 on Ubuntu 13.10 can be found here: http://openfoamwiki.net/index.php/In...u#Ubuntu_13.10
  4. Answers here on the forum can take as long as 1 week to 1 month or even more. If you get any answers sooner than that, consider yourself lucky .
dear bruno,
the installation guidelines are very much helpful. i installed OpeFoam 2.3.x in Ubuntu 12.04 as per the suggestion given in http://openfoamwiki.net/index.php/Installation/Linux/OpenFOAM-2.3.0/Ubuntu#Ubuntu_13.10
When installing i checked the cmake version and it was 2.8.10. maybe the update and upgrade command installed this version in the computer. so, i could install paraview 4.1.0 bypassing the step 10 in the guideline:

Quote:
Step 10.
Ubuntu 12.04 comes with CMake 2.8.7, but ParaView 4.1.0 needs CMake 2.8.8 or newer series. Therefore, we'll need to do a custom build:
cd
$WM_THIRD_PARTY_DIR
wget "https://raw.github.com/wyldckat/scripts4OpenFOAM3rdParty/master/getCmake" sed -i -e 's=version}\.3=version}.12.1=' getCmake
chmod +x getCmake
./getCmake
./makeCmake
wmSET $FOAM_SETTINGS
thanking you
yours
anil kunwar
Annier is offline   Reply With Quote

Old   March 30, 2014, 13:31
Default
  #5
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Annier,

Quote:
Originally Posted by Annier View Post
i installed OpeFoam 2.3.x in Ubuntu 12.04 as per the suggestion given in http://openfoamwiki.net/index.php/Installation/Linux/OpenFOAM-2.3.0/Ubuntu#Ubuntu_13.10
When installing i checked the cmake version and it was 2.8.10. maybe the update and upgrade command installed this version in the computer.
Thanks for sharing your findings.

Although, from your description, it seems that you are using Ubuntu 13.04, because that's the only Ubuntu version that provides CMake 2.8.10. And even though you provided the link for the section aimed at Ubuntu 13.10, you've followed the instructions meant for Ubuntu 12.04...

Anyway, I didn't write the instructions for Ubuntu 13.04, because the support time for this version ended back in January 2014: https://wiki.ubuntu.com/Releases
Oddly enough, the support for 12.10 only ends in April 2014... apparently because it's being used as a development reference for the upcoming 14.04 LTS.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Old   March 31, 2014, 03:57
Default the ubuntu version is 12.04
  #6
Member
 
Anil Kunwar
Join Date: Jun 2013
Posts: 64
Rep Power: 11
Annier is an unknown quantity at this point
Hi Bruno,
the ubuntu version for my context is Ubuntu 12.04 LTS.
Yours
Anil Kunwar
Annier is offline   Reply With Quote

Reply

Tags
deb pack, openfoam 2.3.0, source pack, ubuntu 13.1.0, vmware


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frequently Asked Questions about Installing OpenFOAM wyldckat OpenFOAM Installation 3 November 14, 2023 11:58
Installing OpenFOAM 1.6 on Ubuntu 10.4 sda OpenFOAM Installation 5 May 27, 2010 20:19
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
Adventure of fisrst openfoam installation on Ubuntu 710 jussi OpenFOAM Installation 0 April 24, 2008 14:25
DxFoam reader update hjasak OpenFOAM Post-Processing 69 April 24, 2008 01:24


All times are GMT -4. The time now is 23:48.