Guest User

Untitled

a guest
May 22nd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. # apt-get update
  2. E: The method driver /usr/lib/apt/methods/https could not be found.
  3. N: Is the package apt-transport-https installed?
  4.  
  5. # cat /etc/apt/sources.list
  6. deb http://ftp.de.debian.org/debian/ jessie main contrib non-free
  7. deb http://ftp.de.debian.org/debian/ jessie-updates main contrib non-free
  8. deb http://security.debian.org/ jessie/updates main contrib non-free
  9.  
  10. # cat /etc/apt/sources.list.d/*
  11. deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /
  12.  
  13. # apt-get install apt-transport-https
  14. Reading package lists... Done
  15. Building dependency tree
  16. Reading state information... Done
  17. The following extra packages will be installed:
  18. libcurl3-gnutls
  19. The following NEW packages will be installed:
  20. apt-transport-https libcurl3-gnutls
  21. 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
  22. Need to get 252 kB/390 kB of archives.
  23. After this operation, 766 kB of additional disk space will be used.
  24. Do you want to continue? [Y/n] Y
  25. WARNING: The following packages cannot be authenticated!
  26. libcurl3-gnutls
  27. Install these packages without verification? [y/N] y
  28. Err http://security.debian.org/ jessie/updates/main libcurl3-gnutls amd64 7.38.0-4+deb8u9
  29. 404 Not Found [IP: 217.196.149.233 80]
  30. E: Failed to fetch http://security.debian.org/pool/updates/main/c/curl/libcurl3-gnutls_7.38.0-4+deb8u9_amd64.deb 404 Not Found [IP: 217.196.149.233 80]
  31.  
  32. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
  33.  
  34. # cat /etc/apt/sources.list.d/*
  35. deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /
Add Comment
Please, Sign In to add comment