I've bought a new netbook with MeeGo preinstalled. Surprisingly I didn't find any apt-get there.
sudo apt-get: command not found
I need to install apt-get somehow 0_o
On Meego you can use zypper or yum:
yum install example
Or
zypper install example
Meego uses the RPM Package Manager (like Fedora does) instead of dpkg that Ubuntu uses. So to install software :
yum install yourPackage