Advertisement
Guest User

Untitled

a guest
Aug 5th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. coyotesays@torosingtome:~$ sudo apt-get update
  2. [sudo] password for coyotesays:
  3. Get:2 https://dl.winehq.org/wine-builds/debian stretch InRelease [6,261 B]
  4. Hit:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease
  5. Hit:3 http://cdn-fastly.deb.debian.org/debian stable InRelease
  6. Get:7 http://packages.crunchbangplusplus.org/stretch stretch InRelease [3,872 B]
  7. Get:4 http://cdn-fastly.deb.debian.org/debian buster InRelease [118 kB]
  8. Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [39.1 kB]
  9. Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [46.8 kB]
  10. Get:8 http://cdn-fastly.deb.debian.org/debian buster/main Sources [7,827 kB]
  11. Get:9 http://cdn-fastly.deb.debian.org/debian buster/main i386 Packages [7,854 kB]
  12. Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7,897 kB]
  13. Get:11 http://cdn-fastly.deb.debian.org/debian buster/main Translation-en [5,967 kB]
  14. Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main Sources [26.3 kB]
  15. Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main i386 Packages [53.4 kB]
  16. Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [53.4 kB]
  17. Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main Translation-en [29.7 kB]
  18. Reading package lists... Done
  19. E: Repository 'https://dl.winehq.org/wine-builds/debian stretch InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
  20. N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
  21. W: Skipping acquire of configured file '/etc/apt/sources.list/binary-i386/Packages' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '/etc/apt/sources.list' (component misspelt in sources.list?)
  22. W: Skipping acquire of configured file '/etc/apt/sources.list/binary-amd64/Packages' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '/etc/apt/sources.list' (component misspelt in sources.list?)
  23. W: Skipping acquire of configured file '/etc/apt/sources.list/i18n/Translation-en_US' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '/etc/apt/sources.list' (component misspelt in sources.list?)
  24. W: Skipping acquire of configured file '/etc/apt/sources.list/i18n/Translation-en' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '/etc/apt/sources.list' (component misspelt in sources.list?)
  25. W: Skipping acquire of configured file '>>/binary-i386/Packages' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '>>' (component misspelt in sources.list?)
  26. W: Skipping acquire of configured file '>>/binary-amd64/Packages' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '>>' (component misspelt in sources.list?)
  27. W: Skipping acquire of configured file '>>/i18n/Translation-en' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '>>' (component misspelt in sources.list?)
  28. W: Skipping acquire of configured file '>>/i18n/Translation-en_US' as repository 'http://deb.debian.org/debian stable InRelease' doesn't have the component '>>' (component misspelt in sources.list?)
  29. coyotesays@torosingtome:~$ sudo apt-get install cbpp-exit
  30. Reading package lists... Done
  31. Building dependency tree
  32. Reading state information... Done
  33. Some packages could not be installed. This may mean that you have
  34. requested an impossible situation or if you are using the unstable
  35. distribution that some required packages have not yet been created
  36. or been moved out of Incoming.
  37. The following information may help to resolve the situation:
  38.  
  39. The following packages have unmet dependencies:
  40. cbpp-exit : Depends: consolekit but it is not installable
  41. E: Unable to correct problems, you have held broken packages.
  42. coyotesays@torosingtome:~$ apt search consolekit
  43. Sorting... Done
  44. Full Text Search... Done
  45. consolekit/now 0.4.6-6 amd64 [residual-config]
  46. (none)
  47.  
  48. lightdm/stable,stable 1.26.0-4 amd64
  49. simple display manager
  50.  
  51. nvidia-kernel-common/stable 20151021+9 amd64
  52. NVIDIA binary kernel module support files
  53.  
  54. python-dbusmock/stable,stable,stable,stable 0.18.2-1 all
  55. mock D-Bus objects for tests (Python 2)
  56.  
  57. python3-dbusmock/stable,stable,stable,stable 0.18.2-1 all
  58. mock D-Bus objects for tests (Python 3)
  59.  
  60. coyotesays@torosingtome:~$ sudo apt-get install consolekit
  61. Reading package lists... Done
  62. Building dependency tree
  63. Reading state information... Done
  64. Package consolekit is not available, but is referred to by another package.
  65. This may mean that the package is missing, has been obsoleted, or
  66. is only available from another source
  67.  
  68. E: Package 'consolekit' has no installation candidate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement