Advertisement
Guest User

Untitled

a guest
Jul 5th, 2017
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.38 KB | None | 0 0
  1. barzevp@UK-LT-8356:~$ sudo apt-get install build-essential
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. You might want to run 'apt-get -f install' to correct these:
  7. The following packages have unmet dependencies.
  8.  libc6-dev : Depends: linux-libc-dev but it is not going to be installed
  9. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  10. barzevp@UK-LT-8356:~$ sudo apt-get -f install
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Correcting dependencies... Done
  15. The following packages were automatically installed and are no longer required:
  16.   libfreetype6 os-prober
  17. Use 'apt-get autoremove' to remove them.
  18. The following extra packages will be installed:
  19.   linux-libc-dev
  20. The following NEW packages will be installed
  21.   linux-libc-dev
  22. 0 to upgrade, 1 to newly install, 0 to remove and 43 not to upgrade.
  23. 5 not fully installed or removed.
  24. Need to get 0 B/767 kB of archives.
  25. After this operation, 3,946 kB of additional disk space will be used.
  26. Do you want to continue? [Y/n] y
  27. (Reading database ... 28660 files and directories currently installed.)
  28. Preparing to unpack .../linux-libc-dev_3.13.0-123.172_amd64.deb ...
  29. Unpacking linux-libc-dev:amd64 (3.13.0-123.172) ...
  30. dpkg: error processing archive /var/cache/apt/archives/linux-libc-dev_3.13.0-123.172_amd64.deb (--unpack):
  31.  unable to install new version of `/usr/include/linux/netfilter_ipv6/ip6t_hl.h': File exists
  32. E: Sub-process /usr/bin/dpkg returned an error code (1)
  33. barzevp@UK-LT-8356:~$ sudo apt-get update
  34. Ign http://archive.ubuntu.com trusty InRelease
  35. Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
  36. Hit http://archive.ubuntu.com trusty-backports InRelease
  37. Hit http://archive.ubuntu.com trusty Release.gpg
  38. Hit http://archive.ubuntu.com trusty Release
  39. Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
  40. Hit https://deb.nodesource.com trusty InRelease
  41. Get:3 http://archive.ubuntu.com trusty-updates/main amd64 Packages [995 kB]
  42. Get:4 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [17.1 kB]
  43. Get:5 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [417 kB]
  44. Get:6 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.3 kB]
  45. Hit http://archive.ubuntu.com trusty-updates/main Translation-en
  46. Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
  47. Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
  48. Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
  49. Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages
  50. Hit https://deb.nodesource.com trusty/main Sources
  51. Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages
  52. Hit https://deb.nodesource.com trusty/main amd64 Packages
  53. Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages
  54. Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages
  55. Hit http://archive.ubuntu.com trusty-backports/main Translation-en
  56. Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en
  57. Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en
  58. Get:7 http://security.ubuntu.com trusty-security/main amd64 Packages [628 kB]
  59. Get:8 https://deb.nodesource.com trusty/main Translation-en_GB
  60. Hit http://archive.ubuntu.com trusty-backports/universe Translation-en
  61. Hit http://archive.ubuntu.com trusty/main amd64 Packages
  62. Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
  63. Hit http://archive.ubuntu.com trusty/universe amd64 Packages
  64. Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
  65. Hit http://archive.ubuntu.com trusty/main Translation-en_GB
  66. Hit http://archive.ubuntu.com trusty/main Translation-en
  67. Hit http://archive.ubuntu.com trusty/multiverse Translation-en_GB
  68. Hit http://archive.ubuntu.com trusty/multiverse Translation-en
  69. Hit http://archive.ubuntu.com trusty/restricted Translation-en_GB
  70. Hit http://archive.ubuntu.com trusty/restricted Translation-en
  71. Hit http://archive.ubuntu.com trusty/universe Translation-en_GB
  72. Hit http://archive.ubuntu.com trusty/universe Translation-en
  73. Get:9 http://security.ubuntu.com trusty-security/restricted amd64 Packages [14.0 kB]
  74. Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [173 kB]
  75. Get:11 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4,135 B]
  76. Hit http://security.ubuntu.com trusty-security/main Translation-en
  77. Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
  78. Hit http://security.ubuntu.com trusty-security/restricted Translation-en
  79. Hit http://security.ubuntu.com trusty-security/universe Translation-en
  80. Ign https://deb.nodesource.com trusty/main Translation-en_GB
  81. Ign https://deb.nodesource.com trusty/main Translation-en
  82. Fetched 2,394 kB in 3s (694 kB/s)
  83. Reading package lists... Done
  84. barzevp@UK-LT-8356:~$ sudo apt-get upgrade
  85. Reading package lists... Done
  86. Building dependency tree
  87. Reading state information... Done
  88. You might want to run ‘apt-get -f install’ to correct these.
  89. The following packages have unmet dependencies.
  90. libc6-dev : Depends: linux-libc-dev but it is not installed
  91. E: Unmet dependencies. Try using -f.
  92. barzevp@UK-LT-8356:~$ sudo apt-get -f install
  93. Reading package lists... Done
  94. Building dependency tree
  95. Reading state information... Done
  96. Correcting dependencies... Done
  97. The following packages were automatically installed and are no longer required:
  98.  libfreetype6 os-prober
  99. Use 'apt-get autoremove' to remove them.
  100. The following extra packages will be installed:
  101.  linux-libc-dev
  102. The following NEW packages will be installed
  103.  linux-libc-dev
  104. 0 to upgrade, 1 to newly install, 0 to remove and 43 not to upgrade.
  105. 5 not fully installed or removed.
  106. Need to get 0 B/767 kB of archives.
  107. After this operation, 3,946 kB of additional disk space will be used.
  108. Do you want to continue? [Y/n] y
  109. (Reading database ... 28660 files and directories currently installed.)
  110. Preparing to unpack .../linux-libc-dev_3.13.0-123.172_amd64.deb ...
  111. Unpacking linux-libc-dev:amd64 (3.13.0-123.172) ...
  112. dpkg: error processing archive /var/cache/apt/archives/linux-libc-dev_3.13.0-123.172_amd64.deb (--unpack):
  113. unable to install new version of `/usr/include/linux/netfilter_ipv6/ip6t_hl.h': File exists
  114.  
  115. E: Sub-process /usr/bin/dpkg returned an error code (1)
  116. barzevp@UK-LT-8356:~$
  117. barzevp@UK-LT-8356:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement