I created a instance of linux debian on Google Compute Engine.
I Install git, node.js, python and some other things without problems
But when I install mong
I had to download without apt-get install, and install the deb package separatly.
Before install the package, I run this commands..
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
And that was all, now I have mongodb running in my debian machine.
Thanks.