|
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)
|
|
71.
|
|
|
If there is no native Ubuntu package available in any of the Ubuntu repositories, you can use the command line to install or uninstall the tarball file.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:164(para)
|
|
72.
|
|
|
The first step will be to uncompress and extract the tarball. If it is a <emphasis>.tgz</emphasis> or a <emphasis>.tar.gz</emphasis>, in a Terminal enter: <screen>tar -xfvz <emphasis>tarball_name</emphasis></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:165(para)
|
|
73.
|
|
|
Then it will be necessary to follow the instructions that come with the package. These are generally located in the extracted tarball in a file called README or INSTALL.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:168(para)
|