Episode 8 Package managers

In this episode, we explore some of the capabilities of package managers for installing and updating software on your system. Specifically, we look at the ‘apt’ system on Ubuntu GNU/Linux. On other systems, you might use Yum (RedHat/Fedora), Pacman (Arch), or Homebrew (Mac). This page shows a comparison of commands for several Linux packaging systems: https://wiki.archlinux.org/index.php/Pacman_Rosetta

15 September 2015

Time Jump Topic or command
00:33  

package

01:27  

dependency

03:03  

DLL

04:26  

package manager, apt

04:34  

distribution, Debian/Ubuntu

04:46  

distribution, RedHat/Fedora

04:52  

package manager, yum

04:58  

distribution, ArchLinux

05:05  

package manager, pacman

05:12  

package manager, brew

06:02  

apt-cache (query package cache)

06:14  

apt-cache search

07:21  

apt-cache show

08:31  

apt-get (package manager)

08:37  

apt-get install

08:50  

sudo (run as administrator)

09:30  

which (show path of command)

10:01  

apt-get update

10:29  

security

10:47  

apt-get upgrade

11:28  

dpkg (package tool)

11:35  

dpkg -l (list packages)

13:03  

dpkg -L (list files)

13:42  

less search (/)

15:52  

dpkg -S (search for filename)

16:42  

completion

blog comments powered by Disqus