From the course: CompTIA Linux+ (XK0-005) Cert Prep
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Install software from source - Linux Tutorial
From the course: CompTIA Linux+ (XK0-005) Cert Prep
Install software from source
- [Instructor] I highly recommend installing software from the package repositories, no matter which version of Linux you're using. But there are times when you need to download source code and compile it. The problem with compiling software is that it is more difficult to handle security updates and you do not have the protection of GPG-signed packages and repository indexes. I'm going to use Enterprise Linux for this exercise although the instructions are not that different for Ubuntu. The package names for the software compilers may be different with each distribution, and if you follow the documentation included with the software, you may only get instructions for one particular distribution type. Often I have to do a little detective work to get software to compile from source code. For this exercise, I've chosen to install Git from source code because the Git version that's included in the repositories on Enterprise…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
Software management systems overview5m 52s
-
(Locked)
DNF overview3m 2s
-
(Locked)
Get DNF packages by name4m 9s
-
(Locked)
Get info on packages with DNF4m 9s
-
(Locked)
Get info on package groups with DNF3m 13s
-
(Locked)
Search for packages with DNF1m 34s
-
(Locked)
Install and remove packages with DNF4m 7s
-
(Locked)
Install and remove package groups with DNF2m 32s
-
(Locked)
Get package information with RPM8m 15s
-
(Locked)
Manage DNF repositories5m 32s
-
(Locked)
Manage OS updates5m 50s
-
(Locked)
Update the kernel5m 30s
-
(Locked)
Manage kernel modules4m 50s
-
(Locked)
Get package information with dpkg and APT5m 40s
-
(Locked)
Manage software with dpkg and APT3m 55s
-
(Locked)
Work with APT repositories8m 2s
-
(Locked)
Install software from source4m 58s
-
(Locked)
About sandboxed applications8m 44s
-
-
-
-
-
-
-
-
-
-
-