방법: Wine을 사용하여 Ubuntu(Linux)에서 MobaXterm 실행
와인이란?
Wine(원래
Wine Is Not an Emulator
의 약어)는 Linux, Mac OSX 및 BSD와 같은 여러 POSIX 호환 운영 체제에서 Windows 응용 프로그램을 실행할 수 있는 호환성 계층입니다.Wine은 가상 머신이나 에뮬레이터와 같은 내부 Windows 논리를 시뮬레이트하는 대신 Windows API 호출을 POSIX 호출로 즉석에서 변환하여 다른 방법의 성능 및 메모리 불이익을 제거하고 Windows 응용 프로그램을 데스크톱에 깔끔하게 통합할 수 있도록 합니다.
와인 설치:
1 - 와인: 다운로드 및 설치
sudo dpkg --add-architecture i386
sudo wget -nc -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
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
sudo apt update
sudo apt install --install-recommends winehq-stable
winecfg
MobaXterm
2 - MobaXterm: 다운로드 및 설치
unzip
명령을 사용하여 MobaXterm 패키지의 압축을 풉니다. wine MobaXterm_Personal_22.2_Preview2.exe
3 - 애플리케이션 바로가기 추가
cd /usr/share/applications (Global)
or
cd ~/.local/share/applications/ (Local)
vi mobaXtrem.desktop
내용을 지나서:
[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
Reference
이 문제에 관하여(방법: Wine을 사용하여 Ubuntu(Linux)에서 MobaXterm 실행), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/ysellami/how-to-run-mobaxterm-on-ubuntu-linux-with-wine-ohf텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)