Install oomph-lib, a CFD opensource software

Click For Summary
SUMMARY

The discussion focuses on the installation process of the open-source CFD software oomph-lib version 1.0.1306 on Ubuntu. The user encountered confusion regarding the extraction of the tar file located in the Downloads directory while operating from the home directory. The recommended solution is to create a new directory for the extraction process to prevent overwriting existing files. This approach ensures a clean installation environment and minimizes the risk of file conflicts.

PREREQUISITES
  • Basic familiarity with Ubuntu terminal commands
  • Understanding of tar file extraction processes
  • Knowledge of directory navigation in Linux
  • Awareness of open-source software installation practices
NEXT STEPS
  • Learn how to create and navigate directories in Ubuntu using the terminal
  • Research the usage of the tar command for different file types and options
  • Explore best practices for installing open-source software on Linux
  • Investigate troubleshooting common installation issues in Ubuntu
USEFUL FOR

Developers, system administrators, and anyone interested in installing and managing open-source software on Ubuntu, particularly those new to Linux environments.

member 428835
Hi PF!

I'm trying to follow these instructions to install an open-source CFD software on Ubuntu:

http://oomph-lib.maths.man.ac.uk/doc/the_distribution/html/index.html#download

After downloading the tar file http://oomph-lib.maths.man.ac.uk/tar_file_directory/, I type the command

>> tar xvfz oomph-lib-1.0.1306.tar.gz

which is the first step in the above link (the numbers match the tar file I have). However, I'm typing this into the terminal which is in my home/josh directory. The tar file is in downloads. I know I sound like a super noob (and I am) but should I move the tar file somewhere else before trying to open it?

I just don't want to mess anything up. Thanks so much!
 
Technology news on Phys.org
I would do a listing of the tar first to see what you have.

Usually tar xvf will install the tar relative to your current directory.

To be safe you should make a new directory, cd to the directory and then expand the tar there. Why? because its a new directory and the tar won't clobber any files or directories you may have with matching names.
 
  • Like
Likes   Reactions: member 428835

Similar threads

  • · Replies 34 ·
2
Replies
34
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
2
Views
2K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K