How to Install deb to MeeGo Harmattan: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Remove non-functioning "toc" command)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Outdated|reason=The MeeGo/Harmattan platform is no longer supported. It has been replaced by [[Tizen]].}}
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
[[Category:HowTo]]
[[Category:HowTo]]


[toc align_right="yes" depth="2"]


'''English''' [[How-to-Install-deb-To-MeeGo-Harmattan-Bulgarian|Български]]
'''English''' [[How-to-Install-deb-To-MeeGo-Harmattan-Bulgarian|Български]]
Line 13: Line 15:
== 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:<br /><code>devel-su<br />rootme</code><br /> and execute the following command:<br /><code>dpkg -i /home/user/MyDocs/sample.deb<code>
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 ==


&quot;Installing Applications&amp;quot;:http://wiki.maemo.org/Installing_applications
[http://wiki.maemo.org/Installing_applications Installing Applications]

Latest revision as of 12:22, 17 April 2015

IMPORTANT: The content of this page is outdated. Reason: The MeeGo/Harmattan platform is no longer supported. It has been replaced by Tizen.
If you have checked or updated this page and found the content to be suitable, please remove this notice.
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.


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