|
73.
|
|
|
To launch Synaptic, press <menuchoice><guimenu>Applications</guimenu><guisubmenu>System</guisubmenu><guimenuitem>Synaptic Package Manager</guimenuitem></menuchoice>. You will need administrative access to use it; see <link linkend="administrative"><application>Administrative Tasks</application></link> for more details.
|
|
|
|
To launch Synaptic, press <menuchoice><guimenu>Applications</guimenu><guisubmenu>System</guisubmenu><guimenuitem>Synaptic Package Manager</guimenuitem></menuchoice>. You will need administrative access to use it; 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:458(para)
|
|
74.
|
|
|
See the <link linkend="synaptic"><application>Synaptic manual</application></link>for more information on managing packages with Synaptic.
|
|
|
|
See the <link linkend="synaptic"><application>Synaptic manual</application></link>for more information on managing packages with Synaptic.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:462(para)
|
|
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)
|