How to install using an .exe (program: SNeP) in a linux VM
2
0
Entering edit mode
12 months ago
Olivia • 0

Hi!

I am trying to install SNeP onto my linux VM (at least I think it is a VM - I'm quite computer illiterate - I connect to it using ssh rccuser from my linux desktop terminal). However, I have no idea how to do this, as I usually use:

conda install [program]

I can only see a download option for an .exe there, and I'm not sure how to proceed. Can I please have some advice on how to get this into my VM and installed for use? Cheers!!

Ne SNeP windows • 1.0k views
ADD COMMENT
5
Entering edit mode
12 months ago
ATpoint 82k

.exe are Windows executables, you cannot use that on a Linux partition. The link contains a second download, that is probably a Linux binary. Download it, make it executable with chmod +x theBinary and then run it as any binary from the command line. Do yourself a favor and use WSL2 on Windows rather than a VM, that integrates better and does not suck off as much memory from the main Windows distro.

ADD COMMENT
0
Entering edit mode

Thank you! This worked great! For anyone in the future, I downloaded the linux file from here - SNeP 111. I then sent this to my VM. I then used chmod +x SNeP_111 in the command line to install it. To run SNeP, I started off my code with [location of the SNeP install]/SNeP_111

Thanks ATpoint, this helped my struggles!

ADD REPLY
4
Entering edit mode
12 months ago
JC 13k

In the program site, there is a Linux binary (ubuntu 20.x), just download https://sourceforge.net/projects/snepnetrends/files/binaries/SNeP_111/download

Hopefully that works in your environment, otherwise, I don't see where is the source code to compile.

ADD COMMENT
0
Entering edit mode

Thank you JC, huge help! I missed this file. I used this file in combination with chmod +x SNeP_111

ADD REPLY

Login before adding your answer.

Traffic: 2724 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6