cancel
Showing results for 
Search instead for 
Did you mean: 

How to install additional software on STM32MP157C-DK2 from internet

tpeng.1
Associate III

I want to install Midnight Commander (MC) with following command:

root@stm32mp1:/root# apt-get update

Reading package lists ... Done

root@stm32mp1:/root# apt-get install mc

Reading package lists ... Done

E: Unable to locate package mc

Unsuccessfully, need your help

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

Hi,

apt-get service is available in last V1.2 release

Refer to :

https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

5 REPLIES 5
Mikalaj Karhin
Associate III

Embedded Linux is not about the package manager. 

Check the wiki for building your distribution with all necessary dependencies. 

tpeng.1
Associate III

Thank you.

Olivier GALLIEN
ST Employee

​Hi @tpeng.1​ 

apt-get service is coming soon !

In the meantime, mc is part of openembedded-core layer.

You can add it to on target following wiki :

https://wiki.st.com/stm32mpu/wiki/How_to_integrate_an_external_software_package

Hope it help,

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

It's great when some packages installed with apt-get service. Thank you.

Olivier GALLIEN
ST Employee

Hi,

apt-get service is available in last V1.2 release

Refer to :

https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.