How to install applications (e.g. git) in legato?

Hi all,

Does legato has some commands do the same function as “sudo apt-get install” in linux?

It would be nice if I can install git/gcc on legato.

Can someone please help me?

Any help is appreciated.

Thanks!

1 Like

Hi smoothie0000,
Where in legato you want to install the git/gcc?! In framework?

Regards,
Muralidhara N.

There is no supported package manager. Unfortunately, this means that installing packages is much more difficult than on a standard linux distribution like debian. If you want to add new packages, you need to rebuild the yocto image using bitbake commands.