website diff en/doc/manuals/tazpkg.en.html @ rev 543

tazpkg*: add hooks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 12:21:01 2009 +0200 (2009-09-17)
parents 130803f2f1a5
children
line diff
     1.1 --- a/en/doc/manuals/tazpkg.en.html	Wed Aug 26 20:24:46 2009 +0000
     1.2 +++ b/en/doc/manuals/tazpkg.en.html	Thu Sep 17 12:21:01 2009 +0200
     1.3 @@ -74,6 +74,7 @@
     1.4   # tazpkg list cat|categories
     1.5   # tazpkg list blocked
     1.6  </pre>
     1.7 +<a name="xhtml-list"></a>
     1.8  <h3><font color="#6c0023">xhtml-list</font></h3>
     1.9  <p>
    1.10  The 'xhtml-list' command can create a XHTML list
    1.11 @@ -87,6 +88,7 @@
    1.12   # tazpkg xhtml-list
    1.13   # tazpkg xhtml-list list-name.html
    1.14  </pre>
    1.15 +<a name="list-mirror"></a>
    1.16  <h3><font color="#6c0023">list-mirror</font></h3>
    1.17  <p>
    1.18  List packages available on the mirror. This command will
    1.19 @@ -100,6 +102,7 @@
    1.20   # tazpkg list-mirror
    1.21   # tazpkg list-mirror --diff
    1.22  </pre>
    1.23 +<a name="info"></a>
    1.24  <h3><font color="#6c0023">info</font></h3>
    1.25  <p>
    1.26  Display any information available in the receipt for the 
    1.27 @@ -110,6 +113,7 @@
    1.28  <pre>
    1.29   # tazpkg info busybox
    1.30  </pre>
    1.31 +<a name="desc"></a>
    1.32  <h3><font color="#6c0023">desc</font></h3>
    1.33  <p>
    1.34  Description of the package (if it exists). This command
    1.35 @@ -119,6 +123,7 @@
    1.36  <pre>
    1.37   # tazpkg desc busybox
    1.38  </pre>
    1.39 +<a name="list-config"></a>
    1.40  <h3><font color="#6c0023">list-config</font></h3>
    1.41  <p>
    1.42  Lists the system configuration files. The --box option displays
    1.43 @@ -127,6 +132,7 @@
    1.44  <pre> # tazpkg list-config
    1.45   # tazpkg list-config --box
    1.46  </pre>
    1.47 +<a name="list-files"></a>
    1.48  <h3><font color="#6c0023">list-files</font></h3>
    1.49  <p>
    1.50  List all files installed with a package. This command will
    1.51 @@ -138,6 +144,7 @@
    1.52  <pre>
    1.53   # tazpkg list-files bc
    1.54  </pre>
    1.55 +<a name="search"></a>
    1.56  <h3><font color="#6c0023">search</font></h3>
    1.57  <p>
    1.58  Search for packages by owner or package name. This command
    1.59 @@ -149,6 +156,7 @@
    1.60  <pre>
    1.61   # tazpkg search gcc
    1.62  </pre>
    1.63 +<a name="search-file"></a>
    1.64  <h3><font color="#6c0023">search-file</font></h3>
    1.65  <p>
    1.66  The 'search-file' command allows you to search for a file
    1.67 @@ -159,6 +167,7 @@
    1.68  <pre>
    1.69   $ tazpkg search-file libnss
    1.70  </pre>
    1.71 +<a name="install"></a>
    1.72  <h3><font color="#6c0023">install</font></h3>
    1.73  <p>
    1.74  This command allows the installation of a local package with
    1.75 @@ -184,6 +193,7 @@
    1.76  <pre> # tazpkg install-list my-packages.list
    1.77   # tazpkg get-install-list my-packages.list --forced
    1.78  </pre>
    1.79 +<a name="link"></a>
    1.80  <h3><font color="#6c0023">link</font></h3>
    1.81  <p>
    1.82  This command allows the installation of a package from another media 
    1.83 @@ -194,6 +204,7 @@
    1.84  <pre>
    1.85   # tazpkg link openoffice /media/usbdisk
    1.86  </pre>
    1.87 +<a name="remove"></a>
    1.88  <h3><font color="#6c0023">remove</font></h3>
    1.89  <p>
    1.90  Remove a package. You will be asked for confirmation (y/N).
    1.91 @@ -205,6 +216,7 @@
    1.92  <pre>
    1.93   # tazpkg remove bc
    1.94  </pre>
    1.95 +<a name="extract"></a>
    1.96  <h3><font color="#6c0023">extract</font></h3>
    1.97  <p>
    1.98  Extract a package into a directory. If you do not specify
    1.99 @@ -215,6 +227,7 @@
   1.100   # tazpkg extract package.tazpkg
   1.101   # tazpkg extract package.tazpkg target/dir
   1.102  </pre>
   1.103 +<a name="pack"></a>
   1.104  <h3><font color="#6c0023">pack</font></h3>
   1.105  <p>
   1.106  The 'pack' command will create a package from a directory
   1.107 @@ -225,6 +238,7 @@
   1.108  <pre>
   1.109   # tazpkg pack package-version
   1.110  </pre>
   1.111 +<a name="repack"></a>
   1.112  <h3><font color="#6c0023">repack</font></h3>
   1.113  <p>
   1.114  The 'repack' command allows you to recreate a package from
   1.115 @@ -234,6 +248,7 @@
   1.116  <pre>
   1.117   # tazpkg repack package
   1.118  </pre>
   1.119 +<a name="repack-config"></a>
   1.120  <h3><font color="#6c0023">repack-config</font></h3>
   1.121  <p>
   1.122  The 'repack-config' command recreates a package
   1.123 @@ -243,6 +258,7 @@
   1.124  </p>
   1.125  <pre> # tazpkg repack-config
   1.126  </pre>
   1.127 +<a name="recharge"></a>
   1.128  <h3><font color="#6c0023">recharge</font></h3>
   1.129  <p>
   1.130  Recharge the list of available packages on the mirror. 
   1.131 @@ -257,6 +273,7 @@
   1.132  <pre>
   1.133   # tazpkg recharge
   1.134  </pre>
   1.135 +<a name="upgrade"></a>
   1.136  <h3><font color="#6c0023">upgrade</font></h3>
   1.137  <p>
   1.138  Upgrade allows you to update all installed packages available
   1.139 @@ -272,6 +289,7 @@
   1.140  <pre>
   1.141   # tazpkg upgrade
   1.142  </pre>
   1.143 +<a name="check"></a>
   1.144  <h3><font color="#6c0023">check</font></h3>
   1.145  <p>
   1.146  The 'check' command can check dependencies on installed
   1.147 @@ -281,6 +299,7 @@
   1.148  <pre>
   1.149   # tazpkg check package
   1.150  </pre>
   1.151 +<a name="block"></a>
   1.152  <h3><font color="#6c0023">block or unblock</font></h3>
   1.153  <p>
   1.154  The 'block' and 'unblock' commands permit you to block
   1.155 @@ -295,6 +314,7 @@
   1.156   Or :
   1.157   # tazpkg unblock grub
   1.158  </pre>
   1.159 +<a name="get"></a>
   1.160  <h3><font color="#6c0023">get</font></h3>
   1.161  <p>
   1.162  Get a package from the mirror (if it exists). The downloaded
   1.163 @@ -304,6 +324,7 @@
   1.164  <pre>
   1.165   # tazpkg get grub
   1.166  </pre>
   1.167 +<a name="get-install"></a>
   1.168  <h3><font color="#6c0023">get-install</font></h3>
   1.169  <p>
   1.170  Get and install a package from a mirror on the internet.
   1.171 @@ -315,6 +336,7 @@
   1.172  <pre>
   1.173   # tazpkg get-install grub
   1.174  </pre>
   1.175 +<a name="clean-cache"></a>
   1.176  <h3><font color="#6c0023">clean-cache</font></h3>
   1.177  <p>
   1.178  Remove *.tazpkg packages downloaded to the cache. During 
   1.179 @@ -326,6 +348,7 @@
   1.180  <pre>
   1.181   # tazpkg clean-cache
   1.182  </pre>
   1.183 +<a name="setup-mirror"></a>
   1.184  <h3><font color="#6c0023">setup-mirror</font></h3>
   1.185  <p>
   1.186  Setup the URL for the mirror. The 'setup-mirror' command
   1.187 @@ -338,6 +361,7 @@
   1.188  <pre>
   1.189   # tazpkg setup-mirror
   1.190  </pre>
   1.191 +<a name="reconfigure"></a>
   1.192  <h3><font color="#6c0023">reconfigure</font></h3>
   1.193  <p>
   1.194  Replays the post-install script from the package.
   1.195 @@ -345,6 +369,7 @@
   1.196  </p>
   1.197  <pre> # tazpkg reconfigure gcc
   1.198  </pre>
   1.199 +<a name="depends"></a>
   1.200  <h3><font color="#6c0023">depends or rdepends</font></h3>
   1.201  <p>
   1.202  Displays a dependency tree or reverse dependency tree for a package.
   1.203 @@ -353,6 +378,7 @@
   1.204  <pre> # tazpkg depends mpd
   1.205   # tazpkg rdepends mpd
   1.206  </pre>
   1.207 +<a name="add-undigest"></a>
   1.208  <h3><font color="#6c0023">add-undigest or setup-undigest</font></h3>
   1.209  <p>
   1.210  Set the URL of an additional unofficial mirror to test packages that
   1.211 @@ -364,6 +390,7 @@
   1.212   # tazpkg add-undigest public-repository http://my.home.org/slitaz
   1.213   # tazpkg setup-undigest local-repository /home/slitaz/packages
   1.214  </pre>
   1.215 +<a name="remove-undigest"></a>
   1.216  <h3><font color="#6c0023">remove-undigest</font></h3>
   1.217  <p>
   1.218  Removes the URL of an undigest mirror:
   1.219 @@ -371,6 +398,7 @@
   1.220  <pre>
   1.221   # tazpkg remove-undigest my-repository
   1.222  </pre>
   1.223 +<a name="list-undigest"></a>
   1.224  <h3><font color="#6c0023">list-undigest</font></h3>
   1.225  <p>
   1.226  Lists additional undigest mirrors:
   1.227 @@ -378,6 +406,7 @@
   1.228  <pre>
   1.229   # tazpkg list-undigest
   1.230  </pre>
   1.231 +<a name="convert"></a>
   1.232  <h3><font color="#6c0023">convert</font></h3>
   1.233  <p>
   1.234  Converts a Debian package (.deb), Redhat (.rpm), Slackware (.tgz) or 
   1.235 @@ -386,6 +415,7 @@
   1.236  <pre>
   1.237   # tazpkg convert alien-package
   1.238  </pre>
   1.239 +<a name="set-release"></a>
   1.240  <h3><font color="#6c0023">set-release</font></h3>
   1.241  <p>
   1.242  The 'set-release' command changes the current version and 
   1.243 @@ -393,6 +423,7 @@
   1.244  </p>
   1.245  <pre> # tazpkg set-release cooking
   1.246  </pre>
   1.247 +<a name="bugs"></a>
   1.248  <h3><font color="#6c0023">bugs</font></h3>
   1.249  <p>
   1.250  Generates a list of known bugs in the packages: