Advertisement
Guest User

initial apt-get install whonix-workstation

a guest
Dec 27th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.12 KB | None | 0 0
  1. user@host:~$ sudo apt-get install whonix-workstation
  2. [sudo] password for user:
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. Some packages could not be installed. This may mean that you have
  7. requested an impossible situation or if you are using the unstable
  8. distribution that some required packages have not yet been created
  9. or been moved out of Incoming.
  10. The following information may help to resolve the situation:
  11.  
  12. The following packages have unmet dependencies:
  13.  whonix-workstation : Depends: whonix-workstation-packages-dependencies-pre but it is not going to be installed
  14.                       Depends: anon-workstation-packages-recommended but it is not going to be installed
  15.                       Depends: anon-workstation-default-applications but it is not going to be installed
  16.                       Depends: whonix-workstation-packages-dependencies but it is not going to be installed
  17. E: Unable to correct problems, you have held broken packages.
  18. user@host:~$
  19. user@host:~$
  20. user@host:~$
  21. user@host:~$
  22. user@host:~$ sudo apt-get install whonix-workstation-packages-dependencies-pre
  23. Reading package lists... Done
  24. Building dependency tree      
  25. Reading state information... Done
  26. Some packages could not be installed. This may mean that you have
  27. requested an impossible situation or if you are using the unstable
  28. distribution that some required packages have not yet been created
  29. or been moved out of Incoming.
  30. The following information may help to resolve the situation:
  31.  
  32. The following packages have unmet dependencies:
  33.  whonix-workstation-packages-dependencies-pre : Depends: anon-ws-dns-conf but it is not going to be installed
  34. E: Unable to correct problems, you have held broken packages.
  35. user@host:~$ sudo apt-get install anon-ws-dns-conf
  36. Reading package lists... Done
  37. Building dependency tree      
  38. Reading state information... Done
  39. The following packages will be REMOVED:
  40.   resolvconf ubuntu-minimal
  41. The following NEW packages will be installed:
  42.   anon-ws-dns-conf
  43. 0 upgraded, 1 newly installed, 2 to remove and 3 not upgraded.
  44. Need to get 6,592 B of archives.
  45. After this operation, 289 kB disk space will be freed.
  46. Do you want to continue? [Y/n] n
  47. Abort.
  48. user@host:~$
  49. user@host:~$
  50. user@host:~$
  51. user@host:~$
  52. user@host:~$ sudo apt-get install anon-workstation-packages-recommended
  53. Reading package lists... Done
  54. Building dependency tree      
  55. Reading state information... Done
  56. Some packages could not be installed. This may mean that you have
  57. requested an impossible situation or if you are using the unstable
  58. distribution that some required packages have not yet been created
  59. or been moved out of Incoming.
  60. The following information may help to resolve the situation:
  61.  
  62. The following packages have unmet dependencies:
  63.  anon-workstation-packages-recommended : Depends: icedove but it is not installable
  64. E: Unable to correct problems, you have held broken packages.
  65. user@host:~$ sudo apt-get install icedove
  66. Reading package lists... Done
  67. Building dependency tree      
  68. Reading state information... Done
  69. Package icedove is not available, but is referred to by another package.
  70. This may mean that the package is missing, has been obsoleted, or
  71. is only available from another source
  72.  
  73. E: Package 'icedove' has no installation candidate
  74. user@host:~$
  75. user@host:~$
  76. user@host:~$
  77. user@host:~$
  78. user@host:~$ sudo apt-get install anon-workstation-default-applications
  79. Reading package lists... Done
  80. Building dependency tree      
  81. Reading state information... Done
  82. Some packages could not be installed. This may mean that you have
  83. requested an impossible situation or if you are using the unstable
  84. distribution that some required packages have not yet been created
  85. or been moved out of Incoming.
  86. The following information may help to resolve the situation:
  87.  
  88. The following packages have unmet dependencies:
  89.  anon-workstation-default-applications : Depends: fpm2 but it is not installable
  90. E: Unable to correct problems, you have held broken packages.
  91. user@host:~$ sudo apt-get install fpm2
  92. Reading package lists... Done
  93. Building dependency tree      
  94. Reading state information... Done
  95. Package fpm2 is not available, but is referred to by another package.
  96. This may mean that the package is missing, has been obsoleted, or
  97. is only available from another source
  98.  
  99. E: Package 'fpm2' has no installation candidate
  100. user@host:~$
  101. user@host:~$
  102. user@host:~$
  103. user@host:~$
  104. user@host:~$ sudo apt-get install whonix-workstation-packages-dependencies
  105. Reading package lists... Done
  106. Building dependency tree      
  107. Reading state information... Done
  108. Some packages could not be installed. This may mean that you have
  109. requested an impossible situation or if you are using the unstable
  110. distribution that some required packages have not yet been created
  111. or been moved out of Incoming.
  112. The following information may help to resolve the situation:
  113.  
  114. The following packages have unmet dependencies:
  115.  whonix-workstation-packages-dependencies : Depends: whonix-workstation-packages-dependencies-pre but it is not going to be installed
  116. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement