~kim0/serverguide/serverguide-review-ch19

« back to all changes in this revision

Viewing changes to build/serverguide/C/package-management.html

  • Committer: Matthew East
  • Date: 2011-05-03 07:11:18 UTC
  • Revision ID: mdke@ubuntu.com-20110503071118-081aatibsr9k2yqy
Add files from ubuntu-docs natty branch, trim to use only those necessary for serverguide

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head xmlns="http://www.w3.org/1999/xhtml">
 
5
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
6
    <title xmlns="">Chapter 3. Package Management</title>
 
7
    <link rel="stylesheet" href="../../libs/ubuntu-book.css" type="text/css" />
 
8
    <link rel="home" href="index.html" title="Ubuntu Server Guide" />
 
9
    <link rel="up" href="index.html" title="Ubuntu Server Guide" />
 
10
    <link rel="prev" href="advanced-installation.html" title="Advanced Installation" />
 
11
    <link rel="next" href="package-management-introduction.html" title="Introduction" />
 
12
    <link rel="copyright" href="legal.html" title="Credits and License" />
 
13
  </head>
 
14
  <body>
 
15
    <div id="round">
 
16
      <img id="topcap" alt="" src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-top.png" />
 
17
      <div id="layout" class="container clear-block">
 
18
        <script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
 
19
        <script xmlns="" type="text/javascript">
 
20
_uacct = "UA-1018242-8";
 
21
urchinTracker();
 
22
</script>
 
23
        <div id="header">
 
24
          <div id="logo-floater">
 
25
            <h1>
 
26
              <a href="https://help.ubuntu.com" title="Ubuntu Documentation">
 
27
                <img alt="Ubuntu" id="logo" src="https://help.ubuntu.com/htdocs/ubuntunew/img/logo.png" />
 
28
              </a>
 
29
            </h1>
 
30
          </div>
 
31
          <noscript>
 
32
            <form action="http://www.google.com/cse" id="cse-search-box">
 
33
              <div>
 
34
                <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq" />
 
35
                <input type="hidden" name="ie" value="UTF-8" />
 
36
                <input type="text" name="q" size="27" />
 
37
                <input type="submit" name="sa" value="Search" />
 
38
              </div>
 
39
            </form>
 
40
          </noscript>
 
41
          <script>
 
42
 document.write('<form action="https://help.ubuntu.com/search.html" id="cse-search-box">');
 
43
 document.write('  <div>');
 
44
 document.write('    <input type="hidden" name="cof" value="FORID:9" />');
 
45
 document.write('    <input type="hidden" name="cx" value="003883529982892832976:e2vwumte3fq" />');
 
46
 document.write('    <input type="hidden" name="ie" value="UTF-8" />');
 
47
 document.write('    <input type="text" name="q" size="27" />');
 
48
 document.write('    <input type="submit" name="sa" value="Search" />');
 
49
 document.write('  </div>');
 
50
 document.write('</form>');
 
51
</script>
 
52
          <div id="sitename">
 
53
            <a href="https://help.ubuntu.com/">
 
54
              <img alt="Official Documentation" src="https://help.ubuntu.com/htdocs/ubuntunew/img/help-about.png" />
 
55
              <span>Official Documentation</span>
 
56
            </a>
 
57
          </div>
 
58
        </div>
 
59
        <div id="page">
 
60
          <div id="content">
 
61
            <div class="breadcrumbs"><a href="https://help.ubuntu.com/">Ubuntu Documentation</a> &gt; <a href="https://help.ubuntu.com/11.04">Ubuntu 11.04</a> &gt; <span class="breadcrumb-link"><a href="index.html">Ubuntu Server Guide</a></span> &gt; <span class="breadcrumb-node">Package Management</span></div>
 
62
            <div xmlns="http://www.w3.org/1999/xhtml" class="chapter" title="Chapter 3. Package Management">
 
63
              <div class="titlepage">
 
64
                <div>
 
65
                  <div>
 
66
                    <h2 class="title"><a id="package-management"></a>Chapter 3. Package Management</h2>
 
67
                  </div>
 
68
                </div>
 
69
              </div>
 
70
              <div class="toc">
 
71
                <p>
 
72
                  <b>Table of Contents</b>
 
73
                </p>
 
74
                <dl>
 
75
                  <dt>
 
76
                    <span class="sect1">
 
77
                      <a href="package-management-introduction.html">Introduction</a>
 
78
                    </span>
 
79
                  </dt>
 
80
                  <dt>
 
81
                    <span class="sect1">
 
82
                      <a href="dpkg.html">dpkg</a>
 
83
                    </span>
 
84
                  </dt>
 
85
                  <dt>
 
86
                    <span class="sect1">
 
87
                      <a href="apt-get.html">Apt-Get</a>
 
88
                    </span>
 
89
                  </dt>
 
90
                  <dt>
 
91
                    <span class="sect1">
 
92
                      <a href="aptitude.html">Aptitude</a>
 
93
                    </span>
 
94
                  </dt>
 
95
                  <dt>
 
96
                    <span class="sect1">
 
97
                      <a href="automatic-updates.html">Automatic Updates</a>
 
98
                    </span>
 
99
                  </dt>
 
100
                  <dd>
 
101
                    <dl>
 
102
                      <dt>
 
103
                        <span class="sect2">
 
104
                          <a href="automatic-updates.html#update-notifications">Notifications</a>
 
105
                        </span>
 
106
                      </dt>
 
107
                    </dl>
 
108
                  </dd>
 
109
                  <dt>
 
110
                    <span class="sect1">
 
111
                      <a href="configuration.html">Configuration</a>
 
112
                    </span>
 
113
                  </dt>
 
114
                  <dd>
 
115
                    <dl>
 
116
                      <dt>
 
117
                        <span class="sect2">
 
118
                          <a href="configuration.html#extra-repositories">Extra Repositories</a>
 
119
                        </span>
 
120
                      </dt>
 
121
                    </dl>
 
122
                  </dd>
 
123
                  <dt>
 
124
                    <span class="sect1">
 
125
                      <a href="package-management-references.html">References</a>
 
126
                    </span>
 
127
                  </dt>
 
128
                </dl>
 
129
              </div>
 
130
              <p>Ubuntu features a comprehensive package management system for the installation, upgrade, configuration, and removal of software.  In addition to providing access to an organized base of over 24,000 software packages for your Ubuntu computer, the package management facilities also feature dependency resolution capabilities and software update checking.
 
131
        </p>
 
132
              <p>
 
133
        Several tools are available for interacting with Ubuntu's package management system, from simple command-line utilities which may be easily automated by system administrators, to a simple graphical interface which is easy to use by those new to Ubuntu.
 
134
        </p>
 
135
            </div>
 
136
          </div>
 
137
          <div xmlns="http://www.w3.org/1999/xhtml" class="navfooter">
 
138
            <hr />
 
139
            <table width="100%" summary="Navigation footer">
 
140
              <tr>
 
141
                <td width="40%" align="left"><a accesskey="p" href="advanced-installation.html"><img src="../../libs/navig/prev.png" alt="Prev" /></a> </td>
 
142
                <td width="20%" align="center"> </td>
 
143
                <td width="40%" align="right"> <a accesskey="n" href="package-management-introduction.html"><img src="../../libs/navig/next.png" alt="Next" /></a></td>
 
144
              </tr>
 
145
              <tr>
 
146
                <td width="40%" align="left" valign="top">Advanced Installation </td>
 
147
                <td width="20%" align="center">
 
148
                  <a accesskey="h" href="index.html">
 
149
                    <img src="../../libs/navig/home.png" alt="Home" />
 
150
                  </a>
 
151
                </td>
 
152
                <td width="40%" align="right" valign="top"> Introduction</td>
 
153
              </tr>
 
154
            </table>
 
155
          </div>
 
156
          <hr />
 
157
          <div id="footer">
 
158
            <div id="ubuntulinks">
 
159
              <p>The material in this document is available under a free license, see <a href="/legal.html">Legal</a> for details<br />
 
160
        For information on contributing see the <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu Documentation Team wiki page</a>. To report a problem, visit the <a href="https://bugs.launchpad.net/ubuntu/+source/ubuntu-docs">bug page for Ubuntu Documentation</a></p>
 
161
            </div>
 
162
          </div>
 
163
          <div id="bottomcap">
 
164
            <img src="https://help.ubuntu.com/htdocs/ubuntunew/img/cap-bottom.png" alt="" />
 
165
          </div>
 
166
        </div>
 
167
      </div>
 
168
    </div>
 
169
  </body>
 
170
</html>