Results 1 to 2 of 2

Thread: INtsalling WRF, Bourne and shell, M4 and uname

  1. #1
    Join Date
    Nov 2012
    Beans
    15

    INtsalling WRF, Bourne and shell, M4 and uname

    Hello guys, I am installing a software in my ubuntu 12.04 LTS and the software requires me to fIrst have the following utilities:
    csh, bource and shell, make, M4, sed, awk, uname.

    I am only missing so far the M4, bourne and shell (I dont get this one), and the uname utility.

    CAN you please tell me how to install them or to check if I have them, I havent been able to..

    KInd regards,

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,699

    Re: INtsalling WRF, Bourne and shell, M4 and uname

    I think this command should install all you need:
    Code:
    sudo apt-get install build-essential
    uname should already be installed by default anyway
    I am guessing that "Bourne and shell" means bash, which is the normal command interpreter and is installed by default.
    Oh, and M4 is actually lower-case m4.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •