tazpkg rev 324

Update tazpkg.pt.html
author Claudinei Pereira <claudinei@slitaz.org>
date Fri Feb 26 13:41:28 2010 -0300 (2010-02-26)
parents eb6c5f270796
children a975792be8c9
files doc/tazpkg.pt.html
line diff
     1.1 --- a/doc/tazpkg.pt.html	Tue Feb 23 10:12:13 2010 +0100
     1.2 +++ b/doc/tazpkg.pt.html	Fri Feb 26 13:41:28 2010 -0300
     1.3 @@ -30,16 +30,19 @@
     1.4  <div id="content">
     1.5  
     1.6  <h2>NOME</h2>
     1.7 +
     1.8  <p>
     1.9  Tazpkg - Tiny autonomous zone package manager
    1.10  </p>
    1.11  
    1.12  <h2>SINTAXE</h2>
    1.13 +
    1.14  <pre>
    1.15   tazpkg [command] [package|dir|pattern|list|cat|--opt] [dir|--opt]
    1.16  </pre>
    1.17  
    1.18  <h2>DESCRIÇÃO</h2>
    1.19 +
    1.20  <p>
    1.21  Tazpkg é um gerenciador de pacotes ultraleve (~ 35KB) que instala, lista, baixa,
    1.22  atualiza ou remove pacotes precompilados em um sistema GNU/Linux. Tazpkg fornece
    1.23 @@ -58,6 +61,7 @@
    1.24  </p>
    1.25  
    1.26  <h2>COMANDOS</h2>
    1.27 +
    1.28  <a name="list"></a>
    1.29  <h3><font color="#6c0023">list</font></h3>
    1.30  <p>
    1.31 @@ -72,6 +76,7 @@
    1.32   # tazpkg list cat|categories
    1.33   # tazpkg list blocked
    1.34  </pre>
    1.35 +
    1.36  <a name="xhtml-list"></a>
    1.37  <h3><font color="#6c0023">xhtml-list</font></h3>
    1.38  <p>
    1.39 @@ -85,6 +90,7 @@
    1.40   # tazpkg xhtml-list
    1.41   # tazpkg xhtml-list list-name.html
    1.42  </pre>
    1.43 +
    1.44  <a name="list-mirror"></a>
    1.45  <h3><font color="#6c0023">list-mirror</font></h3>
    1.46  <p>
    1.47 @@ -98,6 +104,7 @@
    1.48   # tazpkg list-mirror
    1.49   # tazpkg list-mirror --diff
    1.50  </pre>
    1.51 +
    1.52  <a name="info"></a>
    1.53  <h3><font color="#6c0023">info</font></h3>
    1.54  <p>
    1.55 @@ -108,6 +115,7 @@
    1.56  <pre>
    1.57   # tazpkg info busybox
    1.58  </pre>
    1.59 +
    1.60  <a name="desc"></a>
    1.61  <h3><font color="#6c0023">desc</font></h3>
    1.62  <p>
    1.63 @@ -118,6 +126,7 @@
    1.64  <pre>
    1.65   # tazpkg desc busybox
    1.66  </pre>
    1.67 +
    1.68  <a name="list-config"></a>
    1.69  <h3><font color="#6c0023">list-config</font></h3>
    1.70  <p>
    1.71 @@ -127,6 +136,7 @@
    1.72  <pre> # tazpkg list-config
    1.73   # tazpkg list-config --box
    1.74  </pre>
    1.75 +
    1.76  <a name="list-files"></a>
    1.77  <h3><font color="#6c0023">list-files</font></h3>
    1.78  <p>
    1.79 @@ -138,6 +148,7 @@
    1.80  <pre>
    1.81   # tazpkg list-files bc
    1.82  </pre>
    1.83 +
    1.84  <a name="search"></a>
    1.85  <h3><font color="#6c0023">search</font></h3>
    1.86  <p>
    1.87 @@ -149,6 +160,7 @@
    1.88  <pre>
    1.89   # tazpkg search gcc
    1.90  </pre>
    1.91 +
    1.92  <a name="search-file"></a>
    1.93  <h3><font color="#6c0023">search-file</font></h3>
    1.94  <p>
    1.95 @@ -159,6 +171,7 @@
    1.96  <pre>
    1.97   $ tazpkg search-file libnss
    1.98  </pre>
    1.99 +
   1.100  <a name="install"></a>
   1.101  <h3><font color="#6c0023">install</font></h3>
   1.102  <p>
   1.103 @@ -185,6 +198,19 @@
   1.104   # tazpkg install-list my-packages.list
   1.105   # tazpkg get-install-list my-packages.list --forced
   1.106  </pre>
   1.107 +
   1.108 +<a name="link"></a>
   1.109 +<h3><font color="#6c0023">link</font></h3>
   1.110 +<p>
   1.111 +Permite a instalação de um pacote a partir de uma mídia qualquer. 
   1.112 +A configuração é feita criando links simbólicos e consome pouca memória.
   1.113 +Geralmente é usado em sistemas LiveCD para instalar pacotes encontrados
   1.114 +numa mídia USB:
   1.115 +</p>
   1.116 +<pre>
   1.117 + # tazpkg link openoffice /media/usbdisk
   1.118 +</pre>
   1.119 +
   1.120  <a name="remove"></a>
   1.121  <h3><font color="#6c0023">remove</font></h3>
   1.122  <p>
   1.123 @@ -195,6 +221,7 @@
   1.124  <pre>
   1.125   # tazpkg remove bc
   1.126  </pre>
   1.127 +
   1.128  <a name="extract"></a>
   1.129  <h3><font color="#6c0023">extract</font></h3>
   1.130  <p>
   1.131 @@ -205,6 +232,7 @@
   1.132   # tazpkg extract package.tazpkg
   1.133   # tazpkg extract package.tazpkg target/dir
   1.134  </pre>
   1.135 +
   1.136  <a name="pack"></a>
   1.137  <h3><font color="#6c0023">pack</font></h3>
   1.138  <p>
   1.139 @@ -216,6 +244,7 @@
   1.140  <pre>
   1.141   # tazpkg pack package-version
   1.142  </pre>
   1.143 +
   1.144  <a name="repack"></a>
   1.145  <h3><font color="#6c0023">repack</font></h3>
   1.146  <p>
   1.147 @@ -226,6 +255,7 @@
   1.148  <pre>
   1.149   # tazpkg repack package
   1.150  </pre>
   1.151 +
   1.152  <a name="repack-config"></a>
   1.153  <h3><font color="#6c0023">repack-config</font></h3>
   1.154  <p>
   1.155 @@ -236,6 +266,7 @@
   1.156  </p>
   1.157  <pre> # tazpkg repack-config
   1.158  </pre>
   1.159 +
   1.160  <a name="recharge"></a>
   1.161  <h3><font color="#6c0023">recharge</font></h3>
   1.162  <p>
   1.163 @@ -249,6 +280,7 @@
   1.164  <pre>
   1.165   # tazpkg recharge
   1.166  </pre>
   1.167 +
   1.168  <a name="upgrade"></a>
   1.169  <h3><font color="#6c0023">upgrade</font></h3>
   1.170  <p>
   1.171 @@ -263,6 +295,7 @@
   1.172  <pre>
   1.173   # tazpkg upgrade
   1.174  </pre>
   1.175 +
   1.176  <a name="check"></a>
   1.177  <h3><font color="#6c0023">check</font></h3>
   1.178  <p>
   1.179 @@ -273,6 +306,7 @@
   1.180  <pre>
   1.181   # tazpkg check package
   1.182  </pre>
   1.183 +
   1.184  <a name="block"></a>
   1.185  <h3><font color="#6c0023">block ou unblock</font></h3>
   1.186  <p>
   1.187 @@ -287,6 +321,7 @@
   1.188   Ou :
   1.189   # tazpkg unblock grub
   1.190  </pre>
   1.191 +
   1.192  <a name="get"></a>
   1.193  <h3><font color="#6c0023">get</font></h3>
   1.194  <p>
   1.195 @@ -297,6 +332,7 @@
   1.196  <pre>
   1.197   # tazpkg get grub
   1.198  </pre>
   1.199 +
   1.200  <a name="get-install"></a>
   1.201  <h3><font color="#6c0023">get-install</font></h3>
   1.202  <p>
   1.203 @@ -308,6 +344,7 @@
   1.204  <pre>
   1.205   # tazpkg get-install grub
   1.206  </pre>
   1.207 +
   1.208  <a name="clean-cache"></a>
   1.209  <h3><font color="#6c0023">clean-cache</font></h3>
   1.210  <p>
   1.211 @@ -319,6 +356,7 @@
   1.212  <pre>
   1.213   # tazpkg clean-cache
   1.214  </pre>
   1.215 +
   1.216  <a name="setup-mirror"></a>
   1.217  <h3><font color="#6c0023">setup-mirror</font></h3>
   1.218  <p>
   1.219 @@ -330,6 +368,7 @@
   1.220  <pre>
   1.221   # tazpkg setup-mirror
   1.222  </pre>
   1.223 +
   1.224  <a name="reconfigure"></a>
   1.225  <h3><font color="#6c0023">reconfigure</font></h3>
   1.226  <p>
   1.227 @@ -338,6 +377,7 @@
   1.228  </p>
   1.229  <pre> # tazpkg reconfigure gcc
   1.230  </pre>
   1.231 +
   1.232  <a name="depends"></a>
   1.233  <h3><font color="#6c0023">depends ou rdepends</font></h3>
   1.234  <p>
   1.235 @@ -347,6 +387,49 @@
   1.236  <pre> # tazpkg depends mpd
   1.237   # tazpkg rdepends mpd
   1.238  </pre>
   1.239 +
   1.240 +<a name="add-undigest"></a>
   1.241 +<h3><font color="#6c0023">add-undigest ou setup-undigest</font></h3>
   1.242 +<p>
   1.243 +Define a URL de um mirror não oficial para testar ou usar pacotes que
   1.244 +não estão disponíveis no mirror oficial (chamados 'undigest'). Note que 
   1.245 +em vez de rodar este comando você pode editar diretamente o arquivo 
   1.246 +/var/lib/tazpkg/undigest/'repositorio'. A URL deve apontar para um 
   1.247 +diretório na web que contenha um arquivo 'packages.list':
   1.248 +</p>
   1.249 +<pre>
   1.250 + # tazpkg add-undigest public-repository http://my.home.org/slitaz
   1.251 + # tazpkg setup-undigest local-repository /home/slitaz/packages
   1.252 +</pre>
   1.253 +
   1.254 +<a name="remove-undigest"></a>
   1.255 +<h3><font color="#6c0023">remove-undigest</font></h3>
   1.256 +<p>
   1.257 +Remove a URL de um mirror undigest:
   1.258 +</p>
   1.259 +<pre>
   1.260 + # tazpkg remove-undigest my-repository
   1.261 +</pre>
   1.262 +
   1.263 +<a name="list-undigest"></a>
   1.264 +<h3><font color="#6c0023">list-undigest</font></h3>
   1.265 +<p>
   1.266 +Lista os mirrors undigest adicionados:
   1.267 +</p>
   1.268 +<pre>
   1.269 + # tazpkg list-undigest
   1.270 +</pre>
   1.271 +
   1.272 +<a name="convert"></a>
   1.273 +<h3><font color="#6c0023">convert</font></h3>
   1.274 +<p>
   1.275 +Converte pacotes .deb (debian), .rpm (RedHat), .tgz (Slackware) ou
   1.276 +.pgk.tar.gz (Archlinux) em pacotes .tazpkg (SliTaz):
   1.277 +</p>
   1.278 +<pre>
   1.279 + # tazpkg convert pacote{.deb|.rpm|.tgz|.pkg.tar.gz}
   1.280 +</pre>
   1.281 +
   1.282  <a name="set-release"></a>
   1.283  <h3><font color="#6c0023">set-release</font></h3>
   1.284  <p>
   1.285 @@ -355,6 +438,7 @@
   1.286  </p>
   1.287  <pre> # tazpkg set-release cooking
   1.288  </pre>
   1.289 +
   1.290  <a name="bugs"></a>
   1.291  <h3><font color="#6c0023">bugs</font></h3>
   1.292  <p>