Skip to main content
tpeng.1
Associate III
January 19, 2020
Solved

How to install additional software on STM32MP157C-DK2 from internet

  • January 19, 2020
  • 4 replies
  • 1748 views

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

This topic has been closed for replies.
Best answer by Olivier GALLIEN

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

4 replies

Mikalaj Karhin
Associate II
January 19, 2020

Embedded Linux is not about the package manager. 

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

tpeng.1
tpeng.1Author
Associate III
January 20, 2020

Thank you.

Olivier GALLIEN
Technical Moderator
January 20, 2020

​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.
tpeng.1
tpeng.1Author
Associate III
January 21, 2020

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

Olivier GALLIEN
Technical Moderator
March 25, 2020

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.