![]() |
how do I execute mprime in linux mint?
I downloaded the proper prime95 gz (for linux 32 bit) and expanded it - some .txt files and a file with no type "mprime" which mint thinks it is an executable. When I right-click and select "execute" on the resulting menu, nothing happens, not even an error msg. What now?
|
You have to run "./mprime -m" first, to get in the Menu to configure mprime.
|
It's a command-line program. Open a terminal, navigate to the folder where you have these files, and type ./mprime -m
The -m starts the program's menu, from which you can set it up to run the type of work you wish to run. |
There's also a possibility that it unpacked without execute permission. If the previous help doesn't work, right-click and choose the Permissions Tab. Look for a checkbox that says, "Allow executing file as program" and make sure it has a check mark.
Edit: Just a note that I have never used the -m switch and have run mprime on many distributions by simply using "./mprime" in its directory. Unless the -m is a new necessity, it shouldn't be needed to just invoke mprime from the $ prompt. Then again, I've never needed to "allow execution" with mprime, but I do with other executables, like the sievers from b[sup]2[/sup], so I offered the suggestion, just in case. |
I start mprime with command ./mprime -d to see how program starts, and have few details more :)
|
For LinuxMint, I usually had to change the execute permissions at the command prompt e.g. sudo chmod 755 mprime
|
| All times are UTC. The time now is 18:34. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.