Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. df@poseidon ~> sudo apt update
  2. Hit:1 http://prerelease.keybase.io/deb stable InRelease
  3. Hit:2 http://hk.archive.ubuntu.com/ubuntu cosmic InRelease
  4. Ign:3 http://dl.google.com/linux/earth/deb stable InRelease
  5. Hit:4 http://hk.archive.ubuntu.com/ubuntu cosmic-updates InRelease
  6. Hit:5 http://hk.archive.ubuntu.com/ubuntu cosmic-backports InRelease
  7. Hit:6 http://dl.google.com/linux/earth/deb stable Release
  8. Hit:7 http://security.ubuntu.com/ubuntu cosmic-security InRelease
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. 32 packages can be upgraded. Run 'apt list --upgradable' to see them.
  13. N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/earth/deb stable InRelease' doesn't support architecture 'i386'
  14. df@poseidon ~> sudo apt --fix-broken install
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. Correcting dependencies... Done
  19. The following additional packages will be installed:
  20. libperl5.26:i386
  21. The following NEW packages will be installed:
  22. libperl5.26:i386
  23. 0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
  24. 2 not fully installed or removed.
  25. Need to get 0 B/3,168 kB of archives.
  26. After this operation, 16.3 MB of additional disk space will be used.
  27. Do you want to continue? [Y/n]
  28. (Reading database ... 390290 files and directories currently installed.)
  29. Preparing to unpack .../libperl5.26_5.26.2-6_i386.deb ...
  30. Unpacking libperl5.26:i386 (5.26.2-6) ...
  31. dpkg: error processing archive /var/cache/apt/archives/libperl5.26_5.26.2-6_i386.deb (--unpack):
  32. trying to overwrite shared '/usr/share/doc/libperl5.26/changelog.Debian.gz', which is different from other instances of package libperl5.26:i386
  33. Errors were encountered while processing:
  34. /var/cache/apt/archives/libperl5.26_5.26.2-6_i386.deb
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
  36. df@poseidon ~> ls -la /usr/share/doc/libperl5.26/changelog.Debian.gz
  37. -rw-r--r-- 1 root root 1566 Jun 9 20:38 /usr/share/doc/libperl5.26/changelog.Debian.gz
  38. df@poseidon ~>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement