summaryrefslogtreecommitdiff
path: root/ca/using-d-i/modules/apt-setup.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ca/using-d-i/modules/apt-setup.xml')
-rw-r--r--ca/using-d-i/modules/apt-setup.xml41
1 files changed, 20 insertions, 21 deletions
diff --git a/ca/using-d-i/modules/apt-setup.xml b/ca/using-d-i/modules/apt-setup.xml
index c571e15f1..ae89848ea 100644
--- a/ca/using-d-i/modules/apt-setup.xml
+++ b/ca/using-d-i/modules/apt-setup.xml
@@ -2,39 +2,38 @@
<!-- original version: 33820 untranslated -->
<sect3 id="apt-setup">
- <title>Configuring apt</title>
+ <title>Configuració del apt</title>
<para>
-The main means that people use to install packages on their system is
-via a program called <command>apt-get</command>, from the
-<classname>apt</classname> package.<footnote>
+La manera que principalment utilitza la gent per instal·lar paquets als seus
+sistemes és a través d'un programa que es diu <command>apt-get</command>, que
+podeu trobar al paquet <classname>apt</classname>.<footnote>
<para>
-Note that the actual program that installs packages is called
-<command>dpkg</command>. However, this program is more of a low-level
-tool. <command>apt-get</command> is a higher-level tool as it will
-invoke <command>dpkg</command> as appropriate and also because it knows
-to install other packages which are required for the package you're
-trying to install, as well as how to retrieve the package from your
-CD, the network, or wherever.
+Adoneu-vos que el programa que actualment instal·la els paquets es diu
+<command>dpkg</command>. Per altra banda, aquest és una eina de més
+baix nivell. El <command>apt-get</command> és una eina de més alt nivell que
+crida el <command>dpkg</command> com correspon i també perquè sap instal·lar
+altres paquets que fan falta pel paquet que esteu intentant instal·lar, així
+com aconseguir el paquet del vostre CD, des de la xarxa, o d'on siga.
</para>
</footnote>
-Other front-ends for package management, like <command>aptitude</command>
-and <command>synaptic</command> are also in use and depend on
-<command>apt-get</command>. These front-ends are recommended for new users,
-since they integrate some additional features (package searching and status checks)
-in a nice user interface.
+Altres entorns per la gestió de paquets, com el <command>aptitude</command>
+i el <command>synaptic</command> també s'utilitzen i depenen del
+<command>apt-get</command>. Aquestos entorns es recomanen per usuaris nous,
+ja que integren algunes característiques addicionals (búsqueda de paquets i
+comprovacions d'estat) amb una interfície d'usuari agradable.
</para><para>
-<command>apt</command> must be configured so that it knows where to retrieve
-packages from. The installer largely takes care of this automatically based on
-what it knows about your installation medium. The results of this configuration
-are written to the file <filename>/etc/apt/sources.list</filename>, and you can
-examine and edit it to your liking after the install is complete.
+El <command>apt</command> s'ha de configurar per que coneixca d'on agafar els
+paquets. L'instal·lador va en compte d'açò automàticament, basant-se en que sap
+del vostre mitjà d'instal·lació. El resultat d'aquesta configuració s'escriu al
+fitxer <filename>/etc/apt/sources.list</filename>, i podeu examinar-lo i
+editar-lo al vostre gust desprès de completar l'instal·lació.
</para>
</sect3>