Linux: Acquiring Source Code: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
# Update/enable the source package URLs. Note that in Ubuntu, these should already be in the sources.list file and just need to be uncommented. i.e. remove the "#" from the deb-src lines. | # Update/enable the source package URLs. Note that in Ubuntu, these should already be in the sources.list file and just need to be uncommented. i.e. remove the "#" from the deb-src lines. | ||
# Update the new package information that was added in step 1. | # Update the new package information that was added in step 1. | ||
# Navigate to the directory that the source code will reside in, and download it. | # Navigate to the directory that the source code will reside in, and download it. | ||
| Line 13: | Line 14: | ||
asdf | asdf | ||
---- | |||
Revision as of 15:47, 27 May 2021
Acquiring Source Code in Ubuntu (Hirsute)
- Update/enable the source package URLs. Note that in Ubuntu, these should already be in the sources.list file and just need to be uncommented. i.e. remove the "#" from the deb-src lines.
- Update the new package information that was added in step 1.
- Navigate to the directory that the source code will reside in, and download it.
- There should be a directory with the source code along with some other files. Move to the new directory to view the downloaded source code.
See Linux: Compiling and Installing Source Code from the Terminal for compiling and installing.
asdf
asdf