Commit d15a346f authored by scottwilliambeasley's avatar scottwilliambeasley
Browse files

add section 'Updating apt's package lists'

parent 9ebf39a3
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -337,13 +337,10 @@ $endif
EOF
```

###Updating `apt's` package lists
###Updating apt's package lists

We are now ready to update our list of packages and take full advantage of `apt`. To do this, we update our local keyring with the 
We are now ready to update our list of packages and take full advantage of `apt`. To do this, we update our local keyring of valid Debian developer gnu pgp signatures using `apt-key update`, and then update with `apt-get update`.
```
apt-key update
apt-get update
```