What is WIne?
Wine (originally an acronym for Wine Is Not an Emulator
) is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD.
Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
WIne Instalation:
1 - WIne: download & Install
- Enable 32 bit architecture (If your system is 64 bit):
sudo dpkg --add-architecture i386
- Download and add the repository key:
sudo wget -nc -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
- Add the repository according to the codename of your version of Ubuntu
sudo wget -nc -P /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -sc)/winehq-$(lsb_release -sc).sources
- Update & Install package: chose winehq-devel | winehq-stable
sudo apt update
sudo apt install --install-recommends winehq-stable
- Wine Configuration:
winecfg
MobaXtrem
2 - MobaXterm: Downloadn and Install
Download the new MobaXterm features at: Preview version
Unzip the MobaXterm package using the
unzip
commandOpen a terminal, cd to the directory where you unzipped MobaXterm program and type:
wine MobaXterm_Personal_22.2_Preview2.exe
3 - Add Application Shortcuts
Download MobaXtrem icon and save it on MobaXtrem folder with name icon.jpg
Create file .desktop
cd /usr/share/applications (Global)
or
cd ~/.local/share/applications/ (Local)
vi mobaXtrem.desktop
and past the content:
[Desktop Entry]
Name=MobaXtrem
Exec=env WINEPREFIX="/home/ysellami/.wine" wine /home/ysellami/path/to/MobaXterm/MobaXterm_Personal_22.2_Preview2.exe
Type=Application
Icon=/home/ysellami/path/to/MobaXterm/icon.jpg
StartupNotify=true
- Enjoy, now u can search Mobaxtrem and run it or add it in dockBar favorit
Top comments (2)
Any idea how to use Mobaxterm pro version on Ubuntu? Since I've so many SSH lists that need to be a pro version to save them all. Thanks a bunch 👍
Mobaxterm pro version have a generator of MSI installation package or Portable executable.
You should generate a portabl version of Mobaxterm Professional (>v10.1).
And use it like described above.