Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. @7emptest:~$ sudo apt install libgtk2.0-0 libsoup2.4-1 libarchive13 libpng16-16 libgconf-2-4 lib32stdc++6 libcanberra-gtk-module
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. libgconf-2-4 is already the newest version (3.2.6-4ubuntu1).
  6. libgconf-2-4 set to manually installed.
  7. libgtk2.0-0 is already the newest version (2.24.32-1ubuntu1).
  8. libpng16-16 is already the newest version (1.6.34-1ubuntu0.18.04.2).
  9. libarchive13 is already the newest version (3.2.2-3.1ubuntu0.5).
  10. libsoup2.4-1 is already the newest version (2.62.1-1ubuntu0.4).
  11. Some packages could not be installed. This may mean that you have
  12. requested an impossible situation or if you are using the unstable
  13. distribution that some required packages have not yet been created
  14. or been moved out of Incoming.
  15. The following information may help to resolve the situation:
  16.  
  17. The following packages have unmet dependencies:
  18. lib32stdc++6 : Depends: gcc-8-base (= 8-20180414-1ubuntu2) but 8.3.0-6ubuntu1~18.04.1 is to be installed
  19. Depends: lib32gcc1 (>= 1:4.2) but it is not going to be installed
  20. E: Unable to correct problems, you have held broken packages.
  21. @7emptest:~$ sudo apt-get install lib32gcc1
  22. Reading package lists... Done
  23. Building dependency tree
  24. Reading state information... Done
  25. Some packages could not be installed. This may mean that you have
  26. requested an impossible situation or if you are using the unstable
  27. distribution that some required packages have not yet been created
  28. or been moved out of Incoming.
  29. The following information may help to resolve the situation:
  30.  
  31. The following packages have unmet dependencies:
  32. lib32gcc1 : Depends: gcc-8-base (= 8-20180414-1ubuntu2) but 8.3.0-6ubuntu1~18.04.1 is to be installed
  33. E: Unable to correct problems, you have held broken packages.
  34. @7emptest:~$ sudo apt-get install gcc-8-base
  35. Reading package lists... Done
  36. Building dependency tree
  37. Reading state information... Done
  38. gcc-8-base is already the newest version (8.3.0-6ubuntu1~18.04.1).
  39. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement