spk view doc/spk.en.html @ rev 128

Add some documentation :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 05 02:38:16 2014 +0100 (2014-01-05)
parents
children 8788606c40bb
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>Spk Documentation</title>
6 <link rel="stylesheet" type="text/css" href="../slitaz-doc.css" />
7 <script type="text/javascript" src="../slitaz-doc.js"></script>
8 </head>
9 <body>
11 <header>
12 <h1>Spk Documentation</h1>
13 </header>
15 <!-- Start content -->
16 <div id="content">
18 <h2>SliTaz Packages Toolset</h2>
20 <p>
21 Small alternative to TazPKG. Spk consite in small separate programm
22 for easier code maintainance and use and shared library. Spk can handle
23 multiple packages on cmdline as well as managing your own mirror.
24 </p>
26 <h3>Usage</h3>
27 <p>
28 All spk tools provides a small built-in help usage that you can display
29 with the command 'usage'. It also has some options to perform special
30 tasks on a package before executing a task or afterwards. To get help
31 and usage:
32 </p>
33 <pre>
34 # spk usage
35 # spk-add usage
36 </pre>
38 <h3>Packages info</h3>
39 <p>
40 To get packages status and information:
41 </p>
42 <pre>
43 # spk busybox glib
44 </pre>
46 <h3>Add packages</h3>
47 <p>
48 Spk will handle dependencies. To install new packages simply use
49 'spk-add' or the --add option:
50 </p>
51 <pre>
52 # spk-add package1 package2
53 # spk package --add
54 </pre>
56 <h3>Remove packages</h3>
57 <p>
58 To remove packages simply:
59 </p>
60 <pre>
61 # spk-rm package1 package2 ...
62 </pre>
64 <h3>Packages update</h3>
65 <p>
66 To get the last list of packages and update your system you have
67 to use 'spk-up'. Befor installing anything Spk will ask confirmation.
68 Spk let you upgrade the full system at once (skipping blocked packages)
69 or you can also upgrade packages individualy:
70 </p>
71 <pre>
72 # spk-up
73 # spk-up package1 package2 ...
74 </pre>
76 <!-- <h3></h3>
77 <p>
79 </p>
80 <pre>
81 #
82 </pre> -->
85 <!-- End content -->
86 </div>
88 <footer>
89 Copyright © 2014 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
90 </footer>
92 </body>
93 </html>