|
75.
|
|
|
Command-line package management with APT
|
|
|
|
Command-line package management with APT
|
|
Translated and reviewed by
Jen Ockwell
|
|
|
|
Located in
add-applications/C/add-applications.xml:468(title)
|
|
76.
|
|
|
If you are comfortable using the Terminal, you can use <application>apt</application> (Advanced Packaging Tool) to install or remove software. You need administrative access to use apt; see <link linkend="administrative"><application>Administrative Tasks</application></link> for more details.
|
|
|
|
If you are comfortable using the Terminal, you can use <application>apt</application> (Advanced Packaging Tool) to install or remove software. You need administrative access to use apt; see <link linkend="administrative"><application>Administrative Tasks</application></link> for more details.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:469(para)
|
|
77.
|
|
|
To update the local list of packages, enter in a Terminal: <screen>sudo apt-get update</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:475(para)
|
|
78.
|
|
|
To install all available updates: <screen>sudo apt-get upgrade</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:479(para)
|
|
79.
|
|
|
To search for a package: <screen>apt-cache search <replaceable>package</replaceable></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:483(para)
|
|
80.
|
|
|
To install a package: <screen>sudo apt-get install <replaceable>package</replaceable></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:487(para)
|
|
81.
|
|
|
To remove a package: <screen>sudo apt-get remove <replaceable>package</replaceable></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:491(para)
|
|
82.
|
|
|
To remove a package and all its dependencies (that are not in use by other programs): <screen>sudo apt-get autoremove <replaceable>package</replaceable></screen>
|
|
|
|
To remove a package and all its dependencies (that are not in use by other programs): <screen>sudo apt-get autoremove <replaceable>package</replaceable></screen>
|
|
Translated by
Steve Holmes
|
|
Reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:495(para)
|
|
83.
|
|
|
To list other <application>apt</application> commands and options: <screen>apt-get help</screen>
|
|
|
|
To list other <application>apt</application> commands and options: <screen>apt-get help</screen>
|
|
Translated and reviewed by
Jen Ockwell
|
|
|
|
Located in
add-applications/C/add-applications.xml:500(para)
|
|
84.
|
|
|
For more information, see the <ulink url="http://www.debian.org/doc/user-manuals#apt-howto">Debian apt manual</ulink> and the <ulink url="man:apt-get">apt-get manual page</ulink>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:504(para)
|