summaryrefslogtreecommitdiff
path: root/fi/using-d-i/modules/apt-setup.xml
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-04-29 19:46:52 +0000
committerFrans Pop <elendil@planet.nl>2006-04-29 19:46:52 +0000
commit38d0077a7ee31c6e72bdb098c494ff0e4a6af8a5 (patch)
tree6b652a2117c4d27522cac0632c09f5dd3c0568fb /fi/using-d-i/modules/apt-setup.xml
parent675e5edbece0a84afe6745bc10d6868503a8c828 (diff)
downloadinstallation-guide-38d0077a7ee31c6e72bdb098c494ff0e4a6af8a5.zip
- Switch Finnish from XML-based to PO-based translation
- Correct placement of changelog entries from Joey
Diffstat (limited to 'fi/using-d-i/modules/apt-setup.xml')
-rw-r--r--fi/using-d-i/modules/apt-setup.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/fi/using-d-i/modules/apt-setup.xml b/fi/using-d-i/modules/apt-setup.xml
deleted file mode 100644
index c571e15f1..000000000
--- a/fi/using-d-i/modules/apt-setup.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 33820 untranslated -->
-
- <sect3 id="apt-setup">
- <title>Configuring 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>
-
-<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.
-
-</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.
-
-</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.
-
-</para>
- </sect3>