How to Install deb to MeeGo Harmattan: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
== dpkg == | == dpkg == | ||
This example shows how to install deb files to MeeGo Harmattan devices through the console. If you want to access MeeGo Harmattan device remotely download and install sdk-connectivity-tool. Run it to obtain login cretentials. After that login remotly or run app Terminal on the device. Get root access first: | This example shows how to install deb files to MeeGo Harmattan devices through the console. If you want to access MeeGo Harmattan device remotely download and install sdk-connectivity-tool. Run it to obtain login cretentials. After that login remotly or run app Terminal on the device. Get root access first: | ||
<code>devel-su | |||
rootme</code> | |||
and execute the following command: | |||
<code>dpkg -i /home/user/MyDocs/sample.deb<code> | |||
== See Also == | == See Also == | ||
"Installing Applications":http://wiki.maemo.org/Installing_applications | "Installing Applications":http://wiki.maemo.org/Installing_applications |
Revision as of 11:54, 25 February 2015
[toc align_right="yes" depth="2"]
English Български
How to Install deb To MeeGo Harmattan
Overview
The package format used by MeeGo Harmattan and Maemo OS is deb. These packages can be installed by opening them from browser, application manager or using the console.
dpkg
This example shows how to install deb files to MeeGo Harmattan devices through the console. If you want to access MeeGo Harmattan device remotely download and install sdk-connectivity-tool. Run it to obtain login cretentials. After that login remotly or run app Terminal on the device. Get root access first:
devel-su
rootme
and execute the following command:
dpkg -i /home/user/MyDocs/sample.deb
See Also
"Installing Applications":http://wiki.maemo.org/Installing_applications