website diff en/doc/manuals/tazpkg.en.html @ 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 | 4fc4af3cd0cc |
children | a52d8135ce42 |
line diff
1.1 --- a/en/doc/manuals/tazpkg.en.html Sun Sep 21 20:44:16 2008 +0000 1.2 +++ b/en/doc/manuals/tazpkg.en.html Sun Nov 02 21:20:16 2008 +0000 1.3 @@ -119,6 +119,14 @@ 1.4 <pre> 1.5 # tazpkg desc busybox 1.6 </pre> 1.7 +<h3><font color="#6c0023">list-config</font></h3> 1.8 +<p> 1.9 +Lists the system configuration files. The --box option displays 1.10 +in table format: 1.11 +</p> 1.12 +<pre> # tazpkg list-config 1.13 + # tazpkg list-config --box 1.14 +</pre> 1.15 <h3><font color="#6c0023">list-files</font></h3> 1.16 <p> 1.17 List all files installed with a package. This command will 1.18 @@ -167,15 +175,14 @@ 1.19 Or : 1.20 # tazpkg install path/to/package-1.0.tazpkg --root=/mnt/rootfs 1.21 </pre> 1.22 -<h3><font color="#6c0023">install-list</font></h3> 1.23 +<h3><font color="#6c0023">install-list or get-install-list</font></h3> 1.24 <p> 1.25 Install a set of packages listed in a file. This command 1.26 -allows you to install several packages with a single command 1.27 +allows you to (download and) install several packages with a single command 1.28 and can also be forced: 1.29 </p> 1.30 -<pre> 1.31 - # tazpkg install-list my-packages.list 1.32 - # tazpkg install-list my-packages.list --forced 1.33 +<pre> # tazpkg install-list my-packages.list 1.34 + # tazpkg get-install-list my-packages.list --forced 1.35 </pre> 1.36 <h3><font color="#6c0023">remove</font></h3> 1.37 <p> 1.38 @@ -217,6 +224,15 @@ 1.39 <pre> 1.40 # tazpkg repack package 1.41 </pre> 1.42 +<h3><font color="#6c0023">repack-config</font></h3> 1.43 +<p> 1.44 +The 'repack-config' command recreates a package 1.45 +of the system configuration files (see list-config). It is enough 1.46 +to install the package to find the current configuration. To repack 1.47 +the configuration files: 1.48 +</p> 1.49 +<pre> # tazpkg repack-config 1.50 +</pre> 1.51 <h3><font color="#6c0023">recharge</font></h3> 1.52 <p> 1.53 Recharge the list of available packages on the mirror. 1.54 @@ -312,6 +328,26 @@ 1.55 <pre> 1.56 # tazpkg setup-mirror 1.57 </pre> 1.58 +<h3><font color="#6c0023">reconfigure</font></h3> 1.59 +<p> 1.60 +Replays the post-install script from the package. 1.61 +Example using gcc: 1.62 +</p> 1.63 +<pre> # tazpkg reconfigure gcc 1.64 +</pre> 1.65 +<h3><font color="#6c0023">set-release</font></h3> 1.66 +<p> 1.67 +The 'set-release' command changes the current version and 1.68 +upgrades the packages to the latest release: 1.69 +</p> 1.70 +<pre> # tazpkg set-release cooking 1.71 +</pre> 1.72 +<h3><font color="#6c0023">bugs</font></h3> 1.73 +<p> 1.74 +Generates a list of known bugs in the packages: 1.75 +</p> 1.76 +<pre> # tazpkg bugs 1.77 +</pre> 1.78 1.79 <h2>MAINTAINER</h2> 1.80 <p>