I am working on a server environment which has almost no executables in its /bin
folder, except for some basic ones like ls
and ln
, but I want other common binaries (like sed
, awk
, gcc
etc.) to be installed. Since there are obviously no package utilities like apt-get
or something, I wanted to just wget the binaries I miss, so I wanted to ask whether it is reasonable to do so, and, if yes, where do I get the binaries from?
Thank you in advance!
opkg
as the package manager. OpenWRT, maybe. – Gilles 'SO- stop being evil' Jan 28 '15 at 21:52