|
48.
|
|
|
To update the local list of packages, enter in a Terminal: <screen>sudo apt-get update</screen> Note that this command only updates the package <emphasis>information</emphasis> on your system. It does not install or update the actual software packages.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:100(para)
|
|
49.
|
|
|
To install all available updates for currently installed software: <screen>sudo apt-get upgrade</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:103(para)
|
|
50.
|
|
|
To search for a package: <screen>apt-cache search <emphasis>package</emphasis></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:107(para)
|
|
51.
|
|
|
To install a package: <screen>sudo apt-get install <emphasis>package</emphasis></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:111(para)
|
|
52.
|
|
|
To remove a package: <screen>sudo apt-get remove <emphasis>package</emphasis></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:115(para)
|
|
53.
|
|
|
To list other <application>apt</application> commands and options: <screen>apt-get help</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:500(para)
|
|
54.
|
|
|
For more information, see <ulink url="http://www.debian.org/doc/user-manuals#apt-howto">Debian's <application>apt</application> manual</ulink>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:123(para)
|
|
55.
|
|
|
Installing a single package file
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:513(title)
|
|
56.
|
|
|
The preferred method of installing programs is via the package managers described in this chapter. However, although the Xubuntu package archives are very large, it is possible that you may wish to install a package that is not available in the Ubuntu archives. If this happens, you can also download and install files from websites.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:128(para)
|
|
57.
|
|
|
It is important to ensure that any files you download come from a safe source before installing them.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:522(para)
|