cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to install cubeide for ubuntu, but in the terminal this appears, how can I fix it?

DQuir.1
Associate II

daqa@diboter-laptop:~$ cd Downloads/

daqa@diboter-laptop:~/Downloads$ ls

en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh

en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh.zip

daqa@diboter-laptop:~/Downloads$ chmod +x en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh

daqa@diboter-laptop:~/Downloads$ ./en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh/

bash: ./en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh/: Is a directory

1 ACCEPTED SOLUTION

Accepted Solutions

I already solved it with apt-get install csh

I use it for study reasons

View solution in original post

5 REPLIES 5
DQuir.1
Associate II

HELP ME, PLEASE!!!!!!!!!!!!!!!!

> daqa@diboter-laptop:~/Downloads$ ./en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh/

I would say, drop the slash at the end of the command line string.

No, that is not the problem

> daqa@diboter-laptop:~/Downloads$ ls

What does "ls -l" say ?

What does "file ./en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh" say ?

A shell script is supposedly a text file, did you look into it ?

Did you try to to run it with explicitly naming the shell ?

To be honest, I never tried to install stm32cube under Linux.

Actually, I never tried to install stm32cube at all.

I use Crossworks for ARM for years now (Linux Mint), which never failed me.

I already solved it with apt-get install csh

I use it for study reasons