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
Meego uses the RPM Package Manager (like Fedora does) instead of dpkg that Ubuntu uses. So to install software :
yum install yourPackage
sudo yum install apt-get
– Dan
Aug 13 '11 at 08:32