|
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)
|
|
58.
|
|
|
There are many different kinds of Linux package files. Most of these are associated with the package managers of specific Linux distributions. Examples are <emphasis>Debian Package</emphasis> files (<emphasis>.deb</emphasis> files), <emphasis>RPM Package Manager</emphasis> files (<emphasis>.rpm</emphasis> files), and <emphasis>Tarballs</emphasis> (<emphasis>.tar</emphasis> files).
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:130(para)
|
|
59.
|
|
|
This section deals with installing these single files.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:538(para)
|
|
60.
|
|
|
It is not guaranteed that these files will be compatible with your system and you will not receive security updates if you install these files. For these reasons, if you wish to install a program, always use a native Ubuntu package of the application available through a package manager, if there is one available.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:132(para)
|
|
61.
|
|
|
Install/uninstall <emphasis>.deb</emphasis> files
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:135(title)
|
|
62.
|
|
|
These files are <emphasis>Debian packages</emphasis>. The package files associated with Ubuntu have the <emphasis>.deb</emphasis> suffix because of Xubuntu's close relations with the Debian GNU/Linux distribution. You will need administrative privileges to install a <emphasis>.deb</emphasis> file. See <link linkend="root-and-sudo">Administrative Tasks</link> for more details.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:136(para)
|
|
63.
|
|
|
To install a <emphasis>.deb</emphasis> file, double-click on it. If you prefer using the Terminal, enter: <screen>sudo dpkg -i package_file.deb</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:138(para)
|
|
64.
|
|
|
To uninstall a <emphasis>.deb</emphasis> file, deselect it in your package manager. Or from a Terminal, enter: <screen>sudo dpkg -r package_name</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:141(para)
|
|
65.
|
|
|
Convert <emphasis>.rpm</emphasis> files to <emphasis>.deb</emphasis> files
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:146(title)
|