2020-01-18 08:29 PM
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
Solved! Go to Solution.
2020-03-25 02:24 AM
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
2020-01-19 01:46 AM
Embedded Linux is not about the package manager.
Check the wiki for building your distribution with all necessary dependencies.
2020-01-19 05:14 PM
Thank you.
2020-01-20 01:45 AM
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
2020-01-20 06:03 PM
It's great when some packages installed with apt-get service. Thank you.
2020-03-25 02:24 AM
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