On 07/16/2011 05:56 PM, ext David Boosalis wrote:

And is is there any plans to get Meego SDK working on Ubuntu 11.04
before 11.11 ships.

Some notes how you can install MeeGo SDK 1.2 on Ubuntu 11.04:

1. Download MeeGo SDK installer:
wget
http://sdk.meego.com/installer/Linux/meego-sdk-installer-online-20110519
chmod u+x meego-sdk-installer-online-20110519

2. Start installation process and wait till you will get "Error during installation" message, do not close this window:
./meego-sdk-installer-online-20110519

3. Open terminal and fix MeeGo repository definition, replace "Invalid" with "Ubuntu/10.10" in /etc/apt/sources.list.d/meego-sdk.list file:

e.g.:
sudo sed -i 's/Invalid/ubuntu\/10.10/' /etc/apt/sources.list.d/meego-sdk.list

4. Add repository key:
gpg --recv 0BC7BEC479FC1F8A
gpg --export --armor 0BC7BEC479FC1F8A | sudo apt-key add -

5. Update the packages database:
sudo apt-get update

6. Press "retry" button, then installation process will continue.


--
Edmondas Girkantas
_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to