Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.50 KB | None | 0 0
  1. barzevp@UK-LT-8356:~$ sudo apt-get install linux-libc-dev
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6.   libfreetype6 os-prober
  7. Use 'apt-get autoremove' to remove them.
  8. The following NEW packages will be installed
  9.   linux-libc-dev
  10. 0 to upgrade, 1 to newly install, 0 to remove and 43 not to upgrade.
  11. 5 not fully installed or removed.
  12. Need to get 0 B/767 kB of archives.
  13. After this operation, 3,946 kB of additional disk space will be used.
  14. (Reading database ... 28660 files and directories currently installed.)
  15. Preparing to unpack .../linux-libc-dev_3.13.0-123.172_amd64.deb ...
  16. Unpacking linux-libc-dev:amd64 (3.13.0-123.172) ...
  17. dpkg: error processing archive /var/cache/apt/archives/linux-libc-dev_3.13.0-123.172_amd64.deb (--unpack):
  18.  unable to install new version of `/usr/include/linux/netfilter_ipv6/ip6t_hl.h': File exists
  19. E: Sub-process /usr/bin/dpkg returned an error code (1)
  20. barzevp@UK-LT-8356:~$
  21. barzevp@UK-LT-8356:~$
  22. barzevp@UK-LT-8356:~$
  23. barzevp@UK-LT-8356:~$ sudo apt-get install --reinstall build-essential
  24. Reading package lists... Done
  25. Building dependency tree
  26. Reading state information... Done
  27. You might want to run 'apt-get -f install' to correct these:
  28. The following packages have unmet dependencies.
  29. libc6-dev : Depends: linux-libc-dev but it is not going to be installed
  30. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement