Skip to main content
Visitor II
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

    Visitor II
    January 19, 2020

    Embedded Linux is not about the package manager. 

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

    tpeng.1Author
    Visitor II
    January 20, 2020

    Thank you.

    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

    tpeng.1Author
    Visitor II
    January 21, 2020

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

    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