필터 지우기
필터 지우기

Ubuntu linux installation ./install fails

조회 수: 15 (최근 30일)
Jonathan Fernow
Jonathan Fernow 2019년 4월 12일
편집: Jonathan Fernow 2019년 4월 15일
So I did the command in the pdf of install -inputfile installer_input.txt when I didn't change the name of the installer input, then I ran into the problem of bash not knowing what install was so I did ./install, but when I did that permissions was rejected and when I did sudo ./install it said it couldn't find install again. and when I wrote out the full path of install in the matlab installation folder it still failed
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ ./install
-bash: ./install: Permission denied
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ sudo ./install -inputfile installer_input.txt
[sudo] password for adlab:
sudo: ./install: command not found
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ sudo ./install
sudo: ./install: command not found
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ ./install
-bash: ./install: Permission denied
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ sudo ./install
sudo: ./install: command not found
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ sudo /usr/matlabfiles/matlab_R2018a_glnxa64_trans/install -inputfile installer_input.txt
sudo: /usr/matlabfiles/matlab_R2018a_glnxa64_trans/install: command not found
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$
Edit: thanks walter:sudo sh ./install -inputfile installer_input.txt -mode silent
  댓글 수: 2
Walter Roberson
Walter Roberson 2019년 4월 13일
What shows up for
ls -ld ./install
Jonathan Fernow
Jonathan Fernow 2019년 4월 15일
편집: Jonathan Fernow 2019년 4월 15일
xxxxx@localhost:/usr/matlabfiles/matlab_R2018a_glnxa64_trans$ ls -ld ./install
-rw-rw-r-- 1 adlab adlab 8179 Apr 12 13:10 ./install

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

채택된 답변

Walter Roberson
Walter Roberson 2019년 4월 13일
sudo sh ./install
  댓글 수: 1
Jonathan Fernow
Jonathan Fernow 2019년 4월 15일
편집: Jonathan Fernow 2019년 4월 15일
I got the below
[sudo] password for adlab:
Preparing installation files ...
Installing ...
---------------------------------------------------------------------------
Error: Installation cannot proceed. You may either:
1. Set an X11 display, and restart the install process
2. Use the silent install feature by specifying the -mode silent option
---------------------------------------------------------------------------
Finished

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

추가 답변 (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