How to install plugin for MobaXterm?
Asked Answered
A

10

15

I need a terminal that will support svn on windows and I found that MobaXterm is one of them. However going to their plugin installation page which says:

To install these plugins, just download them and put them in the same directory than the MobaXterm executable.

So I downloaded it and put it in the file C:\Program Files (x86)\Mobatek\MobaXterm Personal Edition however I still get the error message

Sorry: Svn is not included in this version of MobaXterm.

You can check online if you find a Svn plugin for MobaXterm
by ctrl+clicking here: http://mobaxterm.mobatek.net .
If you need a custom version of MobaXterm that includes Svn,
do not hesitate to ask us for a quotation: mailto:[email protected] .

Does anyone have experience with this software or recommended a terminal that can support svn in windows?

Angelicangelica answered 25/5, 2013 at 4:2 Comment(4)
Same problem, but with the Git plugin. It just doesn't seem to do anything at all -- I put it in the same dir as the MobaXterm exec, restart Mobaterm, but no love. Did you ever get this solved?Vi
@Vi For GIT, I prefer to use apt-get install git in order to have the latest version. It is fully automatic (download and installation, no need to add plugin). What is also important it to update to last libopenssl version, so after the git install you need to update libopenssl with apt-get install libopenssl100. Hope it helpsJovita
I don't think there's any apt-get for MobaXterm. That would be lovely, of course!Vi
@Vi Well it certainly works for me, so I assume there is.Cowley
B
10

You need to go into the C:\Program Files (x86)\Mobatek\MobaXterm Personal Edition or whichever edition you have and place the plugin there. Restart MobaXterm and it should work.

Brei answered 1/3, 2014 at 2:28 Comment(1)
I have a problem very similar to the OP -- only with the Git plugin. I've put it in the MobaXterm Personal Edition folder, restart Mobaterm, but no love. Typing 'git' yields no-such-command, and there's no git executable on the path. Is there any troubleshooting tools for this stuff?Vi
D
6

I normally collect all the plugins which I require from http://mobaxterm.mobatek.net/plugins.html

Once the .mxt3 files are getting downloaded, I moved them to the installed folder where the MobaXterm_.exe is there.

After restarting MobaXterm, this will work like a champ.

Hope if this solves your issue faster.

Darb answered 29/6, 2017 at 9:9 Comment(0)
B
5
  1. Start MobaXterm terminal.

  2. Type MobApt or apt-get. This will open MobApt package manager.

MobApt package manager

  1. Once in the package manager, you have a variety of tools/commands that you can install by simply selecting and pressing Install/Update.

MobaXterm MobApt package manager

Brakpan answered 13/7, 2020 at 8:6 Comment(0)
R
3

i know the question is old. but you should put the plugin into your home.

if you check the setting you see this is the home directory

%CurrentDrive%:\Users\USERNAME\Documents\MobaXterm\home

witch is :

C:\Users\USERNAME\Documents\MobaXterm\home -- or whatever drive that u installed windows

i just installed the python plugin and it works fine

Rayon answered 2/5, 2014 at 13:36 Comment(0)
W
3

In Mobaxterm simply type : apt-get install subversion

Usable just right after installation. No need to restart.

Same for git.

Wirth answered 23/1, 2016 at 16:18 Comment(0)
D
3
  1. Change the name of the .mxt3 file (that you downloaded) to .zip

  2. Extract the files, get the .exe files you want from the bin folder from the files you just extracted, and add them to the slash/bin folder of the Mobaxterm (where there are more .exe files)

  3. Restart

Disinherit answered 10/5, 2017 at 11:20 Comment(0)
G
2

In order to finish your plugin installation, you need to restart MobaXterm. After restarting, type "svn" in the terminal and it should work.

Gebhardt answered 25/5, 2013 at 13:35 Comment(0)
D
2

Try run the command:

#unalias svn

Deccan answered 6/12, 2013 at 20:40 Comment(0)
K
1

When I saw $PATH and looked into its directories, there was no git.exe.

I downloaded git.mxt3 and put in program files (86) folder and restarted mobaterm.

After restart I can see a file named git.exe in my /bin folder. I am using Win7 (64 bit) and mobaXterm personal Edition v7.1 installed using windows installer (not portable )

Kendra answered 29/4, 2014 at 14:19 Comment(0)
D
0

MobaXterm already has a 'Packages' button where you can search for plugins and download them. You don't need to go to github and other places to find the necessary files. Just using the built-in search feature under the 'Packages' option at the top of MobaXterm.

Damondamour answered 14/10, 2020 at 18:15 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.