Created
November 12, 2018 12:11
-
-
Save converge/8798b98f6cc6b44e6aa7f6dd4c87db45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
converge@instapotenza:~$ cat /etc/apt/sources.list | |
# deb http://debian.pop-sc.rnp.br/debian/ stretch main | |
# deb http://debian.pop-sc.rnp.br/debian/ stretch-updates main | |
deb http://security.debian.org/ stretch/updates main | |
deb http://deb.debian.org/debian/ stretch main contrib non-free | |
deb-src http://deb.debian.org/debian/ stretch main contrib non-free | |
--- | |
converge@instapotenza:~$ sudo apt-get autoclean | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
--- | |
converge@instapotenza:~$ sudo apt-get update | |
Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease | |
Hit:2 http://security.debian.org stretch/updates InRelease | |
Ign:3 http://deb.debian.org/debian stretch InRelease | |
Get:4 http://deb.debian.org/debian stretch Release [118 kB] | |
Get:5 http://deb.debian.org/debian stretch Release.gpg [2,434 B] | |
Hit:6 http://dl.google.com/linux/chrome/deb stable Release | |
Get:7 http://deb.debian.org/debian stretch/non-free Sources [79.5 kB] | |
Hit:8 http://ftp.debian.org/debian jessie-backports InRelease | |
Get:9 http://deb.debian.org/debian stretch/main Sources [6,751 kB] | |
Get:10 http://deb.debian.org/debian stretch/contrib Sources [44.7 kB] | |
Get:11 http://deb.debian.org/debian stretch/main amd64 Packages [7,089 kB] | |
Get:13 http://deb.debian.org/debian stretch/main Translation-en [5,388 kB] | |
Get:14 http://deb.debian.org/debian stretch/contrib amd64 Packages [50.9 kB] | |
Get:15 http://deb.debian.org/debian stretch/contrib Translation-en [45.9 kB] | |
Get:16 http://deb.debian.org/debian stretch/non-free amd64 Packages [78.6 kB] | |
Get:17 http://deb.debian.org/debian stretch/non-free Translation-en [80.4 kB] | |
Fetched 12.7 MB in 7s (1,764 kB/s) | |
Reading package lists... Done | |
--- | |
converge@instapotenza:~$ sudo apt-get upgrade | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
Calculating upgrade... Done | |
The following packages will be upgraded: | |
base-files | |
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 67.3 kB of archives. | |
After this operation, 0 B of additional disk space will be used. | |
Do you want to continue? [Y/n] | |
Err:1 http://deb.debian.org/debian stretch/main amd64 base-files amd64 9.9+deb9u6 | |
403 Forbidden [IP: 151.101.92.204 80] | |
E: Failed to fetch http://deb.debian.org/debian/pool/main/b/base-files/base-files_9.9+deb9u6_amd64.deb 403 Forbidden [IP: 151.101.92.204 80] | |
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment