-1

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

Dan
  • 533

2 Answers2

1

On Meego you can use zypper or yum:

 yum install example   

Or

 zypper install example  
desgua
  • 33,215
1

Meego uses the RPM Package Manager (like Fedora does) instead of dpkg that Ubuntu uses. So to install software :

yum install yourPackage
danjjl
  • 6,573