sudo command not found on Cygwin

Cygwin is not a full Linux distribution. Therefore you don’t have sudo or the Debian/Ubuntu package manager apt-get. There is a number of packages available from the Cygwin repository: http://cygwin.com/packages/ You have to chose these packages during setup.

sudo: apt-get: command not found

I am really struggling to get my head around terminal i keep getting commands not found what am i doing wrong? I am trying to install ruby on the mac using this tutorial. http://www.ruby-lang.org/en/downloads/ but i keep getting the error sudo: apt-get: command not found Can some please help me or give me an option to … Read more