Help! I Don’t Know What Packages To Install

As you may or may not have noticed, there is a lack of most of the GNU packages, GNU make is still required. This creates a void for the usual packages and in the table below you can find alternatives to those packages that are available in our repository:

Tool Normal package Our package
ssh OpenSSH Dropbear
make GNU make 1 bmake 2
GNU * GNU * Toybox & BusyBox
cc GCC Clang
as GNU as Clang 3

  1. This package is still available and renamed to gmake.
  2. bmake is the default make on Iglunix.
  3. LLVM doesn’t provide a standalone assembler but instead integrates one into Clang.