![]() |
Linux Software Repositories |
|
Command line configuration for APT On an APT-based system (Debian, Ubuntu, etc.), you must download the key and then use apt to install it and refresh your package indexes. Run these commands as root: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -Recent versions of apt-get will automatically attempt to verify packages on download. If an appropriate key is not found or if the package is corrupted, you will get a message like the following:
WARNING: The following packages cannot be authenticated! Add the following rule to e.g. # Google software repositorythen use apt as usual, e.g.
sudo apt-get update
|