Contents |
MeeGo is oriented towards single user client devices and whilst it is capable of much more, this guide will focus on tasks in that scope.
Networking is managed by connman
Typically it uses dhclient although scripts are in :
/usr/lib/connman/scripts/
MeeGo uses a modified X server that runs as a user. It is currently based around Xorg 1.6
Software is provided as rpm packages and uses:
to handle them.
Repos are specified in /etc/yum.repos.d/ eg
meego.repo:
[MeegoTrunk] name=MeeGo Trunk baseurl=http://repo.meego.com/MeeGo/devel/trunk/repo/ia32/os/
meego-extras.repo:
[MeegoExtras] name=MeeGo Extras baseurl=http://repo.meego.com/MeeGo/devel/extra/repo/ia32/os/
If you install zypper then
rmdir /etc/zypp/repos.d ln -s /etc/yum.repos.d /etc/zypp/repos.d