|
86.
|
|
|
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 Xubuntu archives. If this happens, you can also download and install files from websites.
|
|
|
|
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 Xubuntu archives. If this happens, you can also download and install files from websites.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:514(para)
|
|
87.
|
|
|
It is important to ensure that any files you download come from a safe source before installing them.
|
|
|
|
It is important to ensure that any files you download come from a safe source before installing them.
|
|
Translated by
Jen Ockwell
|
|
Reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:522(para)
|
|
88.
|
|
|
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 (<filename class="extension">.deb</filename> files), <emphasis>RPM Package Manager</emphasis> files (<filename class="extension">.rpm</filename> files), <emphasis>Tarballs</emphasis> (<filename class="extension">.tar</filename> files) and <filename class="extension">.run</filename> files.
|
|
|
|
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 (<filename class="extension">.deb</filename> files), <emphasis>RPM Package Manager</emphasis> files (<filename class="extension">.rpm</filename> files), <emphasis>Tarballs</emphasis> (<filename class="extension">.tar</filename> files) and <filename class="extension">.run</filename> files.
|
|
Translated by
James Adams
|
|
Reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:526(para)
|
|
89.
|
|
|
This section deals with installing these single files.
|
|
|
|
This section deals with installing these single files.
|
|
Translated and reviewed by
Jen Ockwell
|
|
|
|
Located in
add-applications/C/add-applications.xml:538(para)
|
|
90.
|
|
|
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 Xubuntu package of the application available through a package manager, if there is one available.
|
|
|
|
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 Xubuntu package of the application available through a package manager, if there is one available.
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:542(para)
|
|
91.
|
|
|
Installing/uninstalling .deb files
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:552(title)
|
|
92.
|
|
|
These files are <emphasis>Debian packages</emphasis>. The package files associated with Xubuntu have the <filename class="extension">.deb</filename> suffix because of Xubuntu's close relations with the Debian GNU/Linux distribution. You will need administrative privileges to install a <filename class="extension">.deb</filename> file. See <link linkend="administrative"><application>Administrative Tasks</application></link> for more details.
|
|
|
|
These files are <emphasis>Debian packages</emphasis>. The package files associated with Xubuntu have the <filename class="extension">.deb</filename> suffix because of Xubuntu's close relations with the Debian GNU/Linux distribution. You will need administrative privileges to install a <filename class="extension">.deb</filename> file. See <link linkend="administrative"><application>Administrative Tasks</application></link> for more details.
|
|
Translated by
Jonathon Fernyhough
|
|
Reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:553(para)
|
|
93.
|
|
|
To install a <filename class="extension">.deb</filename> file, double-click on it. If you prefer using the Terminal, enter: <screen>sudo dpkg -i <replaceable>package_file.deb</replaceable></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:562(para)
|
|
94.
|
|
|
You can use your package manager to uninstall a <filename class="extension">.deb</filename> file once it has been installed. Alternatively, enter the following in a Terminal: <screen>sudo dpkg -r <replaceable>package_name</replaceable></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:566(para)
|
|
95.
|
|
|
Converting .rpm files to .deb files
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:574(title)
|