mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
22 lines
415 B
Text
22 lines
415 B
Text
= Downloading the Source Code
|
|
|
|
. Navigate to the directory where you want to save the source:
|
|
+
|
|
[subs="+quotes"]
|
|
----
|
|
cd _<directory_name>_
|
|
----
|
|
+
|
|
. Download the TAR file containing the source code you want to install from:
|
|
+
|
|
[subs="+quotes"]
|
|
----
|
|
wget _<source_location_URL>_
|
|
----
|
|
+
|
|
. Extract the tarball file contents to the current working directory:
|
|
+
|
|
[subs="+quotes"]
|
|
----
|
|
tar -xf _<source_tar_filename>_
|
|
----
|