~ubuntu-branches/ubuntu/karmic/installation-guide/karmic

« back to all changes in this revision

Viewing changes to en/using-d-i/modules/apt-setup.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-07-23 15:52:44 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070723155244-xayq1rzu8rllvngy
Tags: 20070319ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Note that an empty preseed file is equivalent to a normal manual
    installation.
  - Rename doc-base.TEMPLATE to TEMPLATE.doc-base.
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Remove text talking about devfs-style device names, which are no
    longer supported.
  - Fix links to web copies of installation manual and example preseed
    file.
* Bump kernelversion to 2.6.22.
* Bump x11ver to 7.3.
* Bump GNOME version to 2.20.
* Bump release version and names for Gutsy (LP: #119177).
* Refer to the standard task rather than ubuntu-standard.
* Disable documentation of the GTK frontend.
* Remove latex-hangul-ucs-hlatex build-dependency, as we don't build for
  Korean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: apt-setup.xml 33820 2006-01-06 17:42:27Z fjp $ -->
 
2
<!-- $Id: apt-setup.xml 43573 2006-12-27 02:20:58Z fjp $ -->
3
3
 
4
4
   <sect3 id="apt-setup">
5
5
   <title>Configuring apt</title>
6
6
 
7
7
<para>
8
8
 
9
 
The main means that people use to install packages on their system is
10
 
via a program called <command>apt-get</command>, from the
11
 
<classname>apt</classname> package.<footnote>
 
9
One of the tools used to install packages on a &debian; system is
 
10
a program called <command>apt-get</command>, from the
 
11
<classname>apt</classname> package<footnote>
12
12
 
13
13
<para>
14
14
 
15
 
Note that the actual program that installs packages is called
 
15
Note that the program which actually installs the packages is called
16
16
<command>dpkg</command>.  However, this program is more of a low-level
17
 
tool.  <command>apt-get</command> is a higher-level tool as it will
18
 
invoke <command>dpkg</command> as appropriate and also because it knows
19
 
to install other packages which are required for the package you're
20
 
trying to install, as well as how to retrieve the package from your
21
 
CD, the network, or wherever.
 
17
tool.  <command>apt-get</command> is a higher-level tool, which will
 
18
invoke <command>dpkg</command> as appropriate. It knows how to retrieve
 
19
packages from your CD, the network, or wherever. It is also able to
 
20
automatically install other packages which are required to make the
 
21
package you're trying to install work correctly.
22
22
 
23
23
</para>
24
 
</footnote>
 
24
 
 
25
</footnote>.
25
26
Other front-ends for package management, like <command>aptitude</command>
26
 
and <command>synaptic</command> are also in use and depend on
27
 
<command>apt-get</command>. These front-ends are recommended for new users,
28
 
since they integrate some additional features (package searching and status checks)
29
 
in a nice user interface.
 
27
and <command>synaptic</command>, are also in use.
 
28
These front-ends are recommended for new users, since they integrate
 
29
some additional features (package searching and status checks)
 
30
in a nice user interface. In fact, <command>aptitude</command> is now the
 
31
recommended utility for package management.
30
32
 
31
33
</para><para>
32
34