quick-docs/en-US/modules/proc_downloading-source-code.adoc

25 lines
485 B
Text
Raw Normal View History

2017-12-14 14:07:36 +00:00
= Downloading the Source Code
. Navigate to the directory where you want to save the source:
+
[bash,subs="attributes+"]
----
cd <directory_name>
----
+
. Download the TAR file containing the source code you want to install from:
+
[bash,subs="attributes+"]
----
wget <source_location_URL>
----
+
. Extract the tarball file contents to the current working directory:
+
[bash,subs="attributes+"]
----
tar -xf <source_tar_filename>
----
You can perform the same actions using the GUI.