website rev 185

en: Update Tazpkg Manual (partial)
author Paul Issott <paul@slitaz.org>
date Sun Nov 02 21:20:16 2008 +0000 (2008-11-02)
parents bbd96b9261ca
children e5bf2a8153d7
files en/doc/cookbook/wok-tools.html en/doc/manuals/tazpkg.en.html
line diff
     1.1 --- a/en/doc/cookbook/wok-tools.html	Sat Nov 01 19:41:54 2008 -0200
     1.2 +++ b/en/doc/cookbook/wok-tools.html	Sun Nov 02 21:20:16 2008 +0000
     1.3 @@ -63,7 +63,7 @@
     1.4   # tazpkg get-install slitaz-toolchain
     1.5  </pre>
     1.6  <p>
     1.7 -You also need <code>mercurial</code>:
     1.8 +You also need to get <code>mercurial</code>:
     1.9  </p>
    1.10  <pre> # tazpkg get-install mercurial
    1.11  </pre>
     2.1 --- a/en/doc/manuals/tazpkg.en.html	Sat Nov 01 19:41:54 2008 -0200
     2.2 +++ b/en/doc/manuals/tazpkg.en.html	Sun Nov 02 21:20:16 2008 +0000
     2.3 @@ -119,6 +119,14 @@
     2.4  <pre>
     2.5   # tazpkg desc busybox
     2.6  </pre>
     2.7 +<h3><font color="#6c0023">list-config</font></h3>
     2.8 +<p>
     2.9 +Lists the system configuration files. The --box option displays
    2.10 +in table format:
    2.11 +</p>
    2.12 +<pre> # tazpkg list-config
    2.13 + # tazpkg list-config --box
    2.14 +</pre>
    2.15  <h3><font color="#6c0023">list-files</font></h3>
    2.16  <p>
    2.17  List all files installed with a package. This command will
    2.18 @@ -167,15 +175,14 @@
    2.19   Or :
    2.20   # tazpkg install path/to/package-1.0.tazpkg --root=/mnt/rootfs
    2.21  </pre>
    2.22 -<h3><font color="#6c0023">install-list</font></h3>
    2.23 +<h3><font color="#6c0023">install-list or get-install-list</font></h3>
    2.24  <p>
    2.25  Install a set of packages listed in a file. This command
    2.26 -allows you to install several packages with a single command
    2.27 +allows you to (download and) install several packages with a single command
    2.28  and can also be forced:
    2.29  </p>
    2.30 -<pre>
    2.31 - # tazpkg install-list my-packages.list
    2.32 - # tazpkg install-list my-packages.list --forced
    2.33 +<pre> # tazpkg install-list my-packages.list
    2.34 + # tazpkg get-install-list my-packages.list --forced
    2.35  </pre>
    2.36  <h3><font color="#6c0023">remove</font></h3>
    2.37  <p>
    2.38 @@ -217,6 +224,15 @@
    2.39  <pre>
    2.40   # tazpkg repack package
    2.41  </pre>
    2.42 +<h3><font color="#6c0023">repack-config</font></h3>
    2.43 +<p>
    2.44 +The 'repack-config' command recreates a package
    2.45 +of the system configuration files (see list-config). It is enough 
    2.46 +to install the package to find the current configuration. To repack 
    2.47 +the configuration files:
    2.48 +</p>
    2.49 +<pre> # tazpkg repack-config
    2.50 +</pre>
    2.51  <h3><font color="#6c0023">recharge</font></h3>
    2.52  <p>
    2.53  Recharge the list of available packages on the mirror. 
    2.54 @@ -312,6 +328,26 @@
    2.55  <pre>
    2.56   # tazpkg setup-mirror
    2.57  </pre>
    2.58 +<h3><font color="#6c0023">reconfigure</font></h3>
    2.59 +<p>
    2.60 +Replays the post-install script from the package.
    2.61 +Example using gcc:
    2.62 +</p>
    2.63 +<pre> # tazpkg reconfigure gcc
    2.64 +</pre>
    2.65 +<h3><font color="#6c0023">set-release</font></h3>
    2.66 +<p>
    2.67 +The 'set-release' command changes the current version and 
    2.68 +upgrades the packages to the latest release:
    2.69 +</p>
    2.70 +<pre> # tazpkg set-release cooking
    2.71 +</pre>
    2.72 +<h3><font color="#6c0023">bugs</font></h3>
    2.73 +<p>
    2.74 +Generates a list of known bugs in the packages:
    2.75 +</p>
    2.76 +<pre> # tazpkg bugs
    2.77 +</pre>
    2.78  
    2.79  <h2>MAINTAINER</h2>
    2.80  <p>