1

Is there apt-get install analog command in Buildroot? I want to install some applicatin but how?

James
  • 11
  • 3

2 Answers2

5

From documentation of BuildRoot:

Buildroot is not meant to be a distribution (or rather, a distribution generator.) It is the opinion of most Buildroot developers that this is not a goal we should pursue.

We prefer to push Buildroot in a direction that makes it easy (or even easier) to generate complete root filesystems. This is what makes Buildroot stands out in the crowd (among other things, of course!) We believe that for most embedded Linux systems, binary packages are not necessary, and potentially harmful.

So, It seems No! you can not do that by using apt. you need to directly add your packages based on documentation

Mahdi Aryayi
  • 1,090
  • 7
  • 13
-4

By default in LINUX/UBUNTU Operating system is having apt-get installed so you can directly start using sudo apt-get install [Package Name that you want to install]