|
103.
|
|
|
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 <replaceable>tarball_name</replaceable></screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:623(para)
|
|
104.
|
|
|
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 <filename>README</filename> or <filename>INSTALL</filename>.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:629(para)
|
|
105.
|
|
|
Tarballs often contain the source code of the program, and need to be <emphasis>compiled</emphasis> in order to be used.
|
|
|
|
Tarballs often contain the source code of the program, and need to be <emphasis>compiled</emphasis> in order to be used.
|
|
Translated and reviewed by
Jen Ockwell
|
|
|
|
Located in
add-applications/C/add-applications.xml:635(para)
|
|
106.
|
|
|
Compiling programs requires some packages that are not installed by default. You can install most of these all at once by installing the <ulink url="apt:build-essential">build-essential</ulink> package.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:640(para)
|
|
107.
|
|
|
Install .run packages
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:650(title)
|
|
108.
|
|
|
Sometimes you may need to install software (most often a game) which has been packaged as a .run file. These files contain the software and a small program to install the software.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:651(para)
|
|
109.
|
|
|
Follow the procedure below to install software packaged in a <filename class="extension">.run</filename> file:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:656(para)
|
|
110.
|
|
|
Find the <filename class="extension">.run</filename> file in the <application>File Browser</application>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:663(para)
|
|
111.
|
|
|
Right-click the file and select <guilabel>Properties</guilabel>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
add-applications/C/add-applications.xml:669(para)
|
|
112.
|
|
|
Under the <guilabel>Permissions</guilabel> tab, make sure that <guilabel>Allow this file to run as program</guilabel> is checked and press <guibutton>Close</guibutton>
|
|
|
|
Under the <guilabel>Permissions</guilabel> tab, make sure that <guilabel>Allow this file to run as program</guilabel> is checked and press <guibutton>Close</guibutton>
|
|
Translated and reviewed by
Stephan Woidowski
|
|
|
|
Located in
add-applications/C/add-applications.xml:674(para)
|