Editing Installing applications

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 15: Line 15:
You can install .debs by opening them from the browser, or opening local copies with Application manager. The major disadvantage to installing .debs locally as opposed to installing from a repository is that you wont be automatically notified of updates to the package. Also dependency installation is not automatic.
You can install .debs by opening them from the browser, or opening local copies with Application manager. The major disadvantage to installing .debs locally as opposed to installing from a repository is that you wont be automatically notified of updates to the package. Also dependency installation is not automatic.
 +
 +
Installing debs directly does not work anymore in Fremantle (Maemo 5).
== Console ==
== Console ==
Line 24: Line 26:
=== apt ===
=== apt ===
-
<code>apt</code> generally deals with installing packages from repositories. This requires [[Root access]]. You can install packages from your repositories by running  
+
<code>apt</code> generally deals with installing packages from repositories. You can install packages from your repositories by running  
  <code>apt-get install <package name></code>
  <code>apt-get install <package name></code>
and apt will attempt to fetch the .deb and all of its dependencies and install them. You can then remove packages by running  
and apt will attempt to fetch the .deb and all of its dependencies and install them. You can then remove packages by running  
  <code>apt-get remove <package name></code>
  <code>apt-get remove <package name></code>
-
This won't cancel the package configuration files, though. If you want to remove packages including their configuration files (i.e. because you suspect they are damaged), run
 
-
<code>apt-get purge <package name></code>
 
To search the available packages from your repositories, simply run  
To search the available packages from your repositories, simply run  
  <code>apt-cache search <search string></code>  
  <code>apt-cache search <search string></code>  
Line 42: Line 42:
'''Note: full path must be given.''' For example:
'''Note: full path must be given.''' For example:
  <code>dpkg -i /home/user/MyDocs/sample.deb</code>
  <code>dpkg -i /home/user/MyDocs/sample.deb</code>
-
if the deb lies at the root of <code>Nokia N900</code> when viewed with file manager. See article [[N900 filesystem]] for further assistance.
+
if the deb lies at the root of <code>Nokia N900</code> when viewed with file manager.
== Troubleshooting ==
== Troubleshooting ==
Line 52: Line 52:
== Individual instructions ==
== Individual instructions ==
-
There is a wiki page for individual instructions. It is called [[Unusual install instructions]]. There should be found instructions to every other piece of software that can't be installed by app manager or means above. If the article lacks instructions for some software, please contact the author and ask him to write instructions to wiki and link them to the [[Unusual install instructions]] -page.
+
There is a wiki page for individual instructions. It is called [[Install instructions]]. There should be found instructions to every other piece of software that can't be installed by app manager or means above. If the article lacks instructions for some software, please contact the author and ask him to write instructions to wiki and link them to the [[Install instructions]] -page.
-
== Application list ==
 
-
There is an [[Software|application list]] that lists every application that has a wiki page. That could be useful.
 
 +
== Application list ==
 +
There is an [[Application list]] -page that lists every application that has a wiki page. That could be useful.
[[Category:Users]]
[[Category:Users]]
[[Category:HowTo]]
[[Category:HowTo]]
[[Category:Power users]]
[[Category:Power users]]

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)