|
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)
|
|
66.
|
|
|
Another type of package files is <emphasis>Red Hat Package Manager</emphasis> files which have the <emphasis>.rpm</emphasis> suffix. It is not recommended to install these on an Ubuntu system. In almost all cases, a native Xubuntu <emphasis>.deb</emphasis> package is available. However, if absolutely necessary, an <emphasis>.rpm</emphasis> file can be converted to a <emphasis>.deb</emphasis> package using the program <application>alien</application>. The resulting <emphasis>.deb</emphasis> file will be installed using dpkg as indicated above.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:147(para)
|
|
67.
|
|
|
Install the <application>alien</application> package.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:151(para)
|
|
68.
|
|
|
In a Terminal, enter: <screen>sudo alien <emphasis>package_file.rpm</emphasis></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:154(para)
|
|
69.
|
|
|
Install <emphasis>tarballs</emphasis>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:162(title)
|
|
70.
|
|
|
Files with the <emphasis>.tar</emphasis>, <emphasis>.tgz</emphasis>, <emphasis>.tar.gz</emphasis> or <emphasis>.tar.bz2</emphasis> suffix are package files known as <emphasis>tarballs</emphasis> which are widely used in Linux and Unix.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:163(para)
|