sudo: emerge: command not found

Discussion in 'UDOO NEO' started by AM97, Jul 5, 2018.

Tags:
  1. AM97

    AM97 New Member

    Joined:
    Jun 19, 2018
    Messages:
    19
    Likes Received:
    0
    Apologies if this isn't the right place to post this, but I'm a newbie.

    I'm using this guide to create an initramfs in my linux kernel. I'm at the step of emerging busybox with the static USE flag, but when i execute the command USE="static" emerge -av busybox, I get an error saying sudo: emerge: command not found.

    Any ideas on what's wrong and how I can resolve this? Thanks!
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Do you use Gentoo Linux or another linux distributon (Ubuntu, Debian, Fedora etc)? emerge is a gentoo specific command for installing. It is the same as apt-get in for example Ubuntu.
    Else search for an initramfs installation instruction for your linux distribution.
     

Share This Page