Installing Pro-Engineer on a linux machine

  • Thread starter Thread starter dichotomy
  • Start date Start date
  • Tags Tags
    Linux Machine
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 11K views
dichotomy
Messages
24
Reaction score
0
anyone know how to do this? i have 0 experience installing stuff on linux, I'm pretty new to it. i know the one word "un-tarring" and that's about the limit of my capabilities

it'll be wildfire3 version of proe on debian distro

thanks for any and all help
 
on Phys.org
http://www.psychocats.net/ubuntu/installingsoftware

Scroll down that page till the point where it says:
"4. Installing from source"

That is actually a tutorial for Ubuntu (a Debian-based distro), so I think it should work for the most part. You might just want to wait for a confirmation from someone else, since I am new to Linux, too. FYI, if you can find a .deb file for the same program, then it would be as simple as installing a program on Windows.
 
Last edited:
You could take a look at this:
http://blogs.ittoolbox.com/linux/locutus/archives/how-to-install-proengineer-under-linux-12695

The manufacturer should have left instructions on how to install. Usually its in a file called "INSTALL" or "README".
 
ahh see I don't have solid media, only archive files to be unpacked. i have done so, and tried to run /home/(username)/.../setup, but it does nay work.
 
Mayb you can start the installation by doing the following:
cd /home/(username)/...
sh setup
OR (from within the install directory)
./setup

If that doesn't work, post the output of ls -al from within the install directory.