summaryrefslogtreecommitdiff
path: root/docs/usermanual/software.sgm
Unidiff
Diffstat (limited to 'docs/usermanual/software.sgm') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/software.sgm49
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/usermanual/software.sgm b/docs/usermanual/software.sgm
new file mode 100644
index 0000000..459498a
--- a/dev/null
+++ b/docs/usermanual/software.sgm
@@ -0,0 +1,49 @@
1<chapter><title>Software</title>
2
3<para>
4The "Software" application, also called oipkg, is what is used to install and
5remove software. It is actually a frontend to the command line program "ipkg"
6so most things you can do with oipkg you can also do with ipkg. Oipkg can
7install things either remotely from a web server (called a "feed") or it can
8install an ipkg package file that resides on the local filesystem.
9</para>
10<important>
11<para>
12There is a bug in oipkg that prevents it from installing packages
13properly. There is, however, a workaround for it. Simply run oipkg from
14Embedded Konsole to avoid the bug.
15</para>
16</important>
17
18<section><title>Installing Software</title>
19<para>
20To install software, first select "Opie" from the "Section" pulldown menu,
21the press the "+" icon next to "Feeds" in the main view. This will show all
22the available Opie packages (you can change which packages to view by selecting
23something else from the "Section" pulldown). Installed packages are marked
24with a blue circle, while packages that are not installed are marked with a red
25box. If you click on the icon for an uninstalled package, it will turn into an
26open box, with a blue circle coming out of it, indicating that you have marked
27this package to be installed. Mark as many packages as you wish this way, and
28then press the "Apply" icon (same red box and blue dot icon) to install all
29the marked packages. It will also remove any packages marked for removal (see
30below). Clicking this will open a window showing all the packages marked to be
31removed and installed, with some check boxes on the bottom, which represent
32arguments to be sent to ipkg, which you can usually ignore. After verifying
33that all the packages to be installed are correct, press "Ok" in the upper
34right corner (or press "x" to cancel and go back to the package selection
35window). The packages should then install, and you should see their icons
36appear in the Launcher, if they are Opie applications.
37</para>
38</section>
39
40<section><title>Removing Software</title>
41<para>
42Removing software is the same as installing software, except you will press the
43blue circle icon of an installed package, and it will have a red "X" over it.
44Then press the apply icon, and "Ok". You can install and remove packages at
45the same time by marking the ones you want to install and the ones you want to
46remove, and then pressing apply.
47</para>
48</section>
49</chapter> \ No newline at end of file