필터 지우기
필터 지우기

Can I use Matlab Package Manager (MPM) to install MATLAB on an offline machine?

조회 수: 55 (최근 30일)
Can I use MPM to install MATLAB and its toolboxes on an offline machine? If so, what's different in the ./mpm command?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 5월 30일
편집: MathWorks Support Team 2024년 5월 30일
The MATLAB Package Manager (MPM) can be used to install MATLAB utilizing offline files. Instead of using --release in the command to select a release, you would use --source and point to either a set of downloaded product files, or a mounted ISO (or the contents of an ISO copied into a folder). The following is an example of what a valid MPM command would look like:
./mpm install --destination=/usr/local/MATLAB --source=~/Downloads/MathWorks/R2023a/OfflineFiles --products MATLAB Simulink Parallel_Computing_Toolbox

 

Before proceeding, please make sure that the release you want to install is supported and supports the offline installation files you intend to use. You can find relevant information below.
  • R2021b and newer: ISO or download-only files
  • R2018b-R2021a: Download-only files
  • R2017b and R2018a: Offline installation is not supported

 

For more information on how to obtain offline files for MATLAB, please refer to the following articles:
How can I get MATLAB installation files for use on an offline machine?

 

More general information on MATLAB Package Manager can be found from its GitHub page below.
MATLAB Package Manager

 

MATLAB Package Manager does not currently support installing support packages offline. If you'd like to install support packages offline, please use the standard offline workflow:
How do I download and install a support package on an offline machine?
  댓글 수: 4
cui,xingxing
cui,xingxing 2023년 9월 28일
편집: cui,xingxing 2023년 9월 28일
Nice that there is win and mac support.@Jestzer
But the first sentence of the official answer below says that mpm is only for linux.
MATLAB Package Manager (MPM) is a Linux-only command line package manager for MathWorks products
Jestzer
Jestzer 2023년 9월 28일
My guess is that they aren’t finished. R2023B doesn’t work on Windows right now, but the other releases seem to install.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by