Guest User

Untitled

a guest
May 26th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. nima@cesar:~$ sudo apt-get install phpmyadmin php-mbstring php-gettext
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. php-gettext is already the newest version (1.0.12-0.1).
  6. php-mbstring is already the newest version (1:7.2+60ubuntu1).
  7. phpmyadmin is already the newest version (4:4.6.6-5).
  8. You might want to run 'apt --fix-broken install' to correct these.
  9. The following packages have unmet dependencies:
  10. libfreetype6 : Breaks: libfreetype6:i386 (!= 2.8-0.2) but 2.8.1-2ubuntu2 is to be installed
  11. libfreetype6:i386 : Breaks: libfreetype6 (!= 2.8.1-2ubuntu2) but 2.8-0.2 is to be installed
  12. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  13.  
  14. nima@cesar:~$ 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. libfreetype6
  21. The following packages will be upgraded:
  22. libfreetype6
  23. 1 upgraded, 0 newly installed, 0 to remove and 55 not upgraded.
  24. 2 not fully installed or removed.
  25. Need to get 0 B/335 kB of archives.
  26. After this operation, 6,144 B of additional disk space will be used.
  27. Do you want to continue? [Y/n] y
  28. (Reading database ... 246228 files and directories currently installed.)
  29. Preparing to unpack .../libfreetype6_2.8.1-2ubuntu2_amd64.deb ...
  30. Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2) over (2.8-0.2) ...
  31. dpkg: error processing archive /var/cache/apt/archives/libfreetype6_2.8.1-2ubuntu2_amd64.deb (--unpack):
  32. trying to overwrite shared '/usr/share/doc/libfreetype6/changelog.Debian.gz', which is different from other instances of package libfreetype6:amd64
  33. Errors were encountered while processing:
  34. /var/cache/apt/archives/libfreetype6_2.8.1-2ubuntu2_amd64.deb
  35. E: Sub-process /usr/bin/dpkg returned an error code (1)
Add Comment
Please, Sign In to add comment