From the course: Building an Ubuntu Server
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Managing software with APT - Linux Tutorial
From the course: Building an Ubuntu Server
Managing software with APT
- [Tutor] On an Ubuntu system, we'll use the APT or APT package manager in order to find, install and manage software. APT is a set of tools that allows us to interact with package files and it can search for and download package files from repositories, libraries of packages available online or locally through which software is distributed. To find software with APT, we can use apt list and then the name of a package we want. Or use apt search, along with a term to search for within the descriptions of all the packages in the enabled repositories. But first, it's a good practice to always make sure that we have the most recent list of software available in the repositories that we're searching within. When we search for a package or ask for information about it, we search a local index which has been downloaded to our system. To get a recent copy of the index of packages from each repository we have available, we'll write…
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
-
-
-
-
(Locked)
System management tips6m 4s
-
(Locked)
System and hardware information7m 40s
-
(Locked)
Managing software with APT3m 45s
-
(Locked)
Manual and automatic updates4m 13s
-
(Locked)
Managing software with snaps2m 30s
-
(Locked)
Users and access management3m
-
(Locked)
Exploring text and binary logs3m 56s
-
(Locked)
Process management3m 53s
-
(Locked)
Resource management7m 28s
-
(Locked)
Service management2m 44s
-
(Locked)
Planning for power interruptions2m 53s
-
(Locked)
Installing a desktop environment4m 21s
-
(Locked)
-
-
-
-