From the course: Complete Guide to Navigating Linux: Working with Users, Files, and Networks
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Command overview - Linux Tutorial
From the course: Complete Guide to Navigating Linux: Working with Users, Files, and Networks
Command overview
- All right, let's do a quick review of the commands that we have seen. Dpkg is for managing deviant packages that have been installed. And apt is for installing packages from the repositories. Apt-mark is how you can protect the package against upgrades. Snap is working with a snapshot, a graphical utility for desktop applications. And add-apt-repository allows you to add repositories for use by APT. Ubuntu-drivers is giving an overview of which drivers you are using. And lspci -k is showing the devices on the PCI bus and the kernel drivers related to them. Lsmod is listing all the kernel modules and modinfo is showing properties of your kernel modules. And git finally is a nice command that allows you to clone Git repositories that others have created or do so much more.
Contents
-
-
-
-
-
-
-
(Locked)
Learning objectives44s
-
(Locked)
Software packages3m 9s
-
(Locked)
Package managers overview1m 23s
-
(Locked)
Installing and updating software7m 25s
-
(Locked)
Managing kernel drivers2m 58s
-
(Locked)
An introduction to shell scripts5m 17s
-
(Locked)
Practical shell scripts3m 8s
-
(Locked)
Using Git1m 56s
-
(Locked)
Command overview1m 2s
-
(Locked)
Lesson 5 lab: Managing software and scripts22s
-
(Locked)
Lesson 5 lab solution: Managing software and scripts4m 1s
-
(Locked)