如何在 Ubuntu 22.04 或 20.04 Linux 上安装MobaXterm

人工智能和FPGA AI技术 2024-07-08 17:37:02 阅读 67

How to install MobaXterm in Ubuntu 22.04 or 20.04 Linux

Installing MobaXterm on Ubuntu Linux

Access command TerminalAdd WineHQ RepositoryInstalling Wine on UbtunuInstall MobaXterm on Ubuntu 22.04 or 20.04Downloading MobaXtermExtracting Zipped fileInstalling with Wine Windows Program loaderWine Mono InstallerMobaXterm Setup WizardRun the SoftwareMobaXterm Ubuntu Desktop Icon

Installing MobaXterm on Ubuntu Linux

As we already know MobaXterm is a Windows application, hence not available for Ubuntu or any other Linux system but don’t worry using Wine we can use it without any major compatibility issues. In our testing it worked smoothly, so, here are the steps we used to install MobaXterm on Ubuntu 22.04 and 20.04 Linux…

1. Access command Terminal

We need to access the command terminal of Ubuntu with a user account that has sudo access to install applications. Now, to open the terminal, use the key combination – Ctrl+Alt+T. After opening the terminal, don’t forget to run the system update command once, here is that:

sudo apt update && sudo apt upgrade

2. Add WineHQ Repository

The version of Wine available through the default Ubuntu repository is not the latest one, therefore, we add WineHQ’s official repository, so that we can have the latest Wine version to install the various Windows-compatible applications without producing issues.

Add Wine GPG key:

sudo mkdir -pm755 /etc/apt/keyrings

sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key

Add the Wine repository

For Ubuntu 22.04 (Jammy Jellyfish) users:

sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources

For Ubuntu 20.04 (Focal Fossa) users:

sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources

After adding the repository, run the system update command to let the system know about the newly added repository and its packages:

sudo apt update

3. Installing Wine on Ubtunu

Now, we can install the latest version of Wine (stable) using the given command. It will use the system default package manager – APT to download and configure the stable package of Wine.

sudo apt install --install-recommends winehq-stable

Install MobaXterm on Ubuntu 22.04 or 20.04Downloading MobaXterm

MobaXterm is a freeware software and not available to download using the APT, therefore visit the official website of it and download the latest version. Here we are downloading the Home Edition, which is free.

2. Extracting Zipped file

After downloading the file using the system browser, it will be automatically saved in the Downloads folder. Now, go to your Ubuntu’s File Manager and extract the zipped file. Just right-click on the file and select the “Open With Archive Manager” option.

Run MobaXterm with Wine

On the Archive Manager window, click the “Extract” button, to finally complete the process…

Use Archive Manager

Installing with Wine Windows Program loader

You will see the MobaXterm MSI installer after extracting the zipped file. Now, to install it, right-click on that and select “Open With Wine Windows Program Loader” to start the setup process.

Extract the Zipped file

在这里插入图片描述

在这里插入图片描述

https://www.how2shout.com/linux/how-to-install-mobaxterm-in-ubuntu-22-04-or-20-04-linux/



声明

本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。