Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. lsb_release -a
  2. No LSB modules are available.
  3. Distributor ID: LinuxMint
  4. Description: LMDE Cinnamon Edition
  5. Release: 1
  6. Codename: debian
  7.  
  8.  
  9.  
  10. #### After adding the PPA source for Hexchat
  11. apt-get install hexchat
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. Some packages could not be installed. This may mean that you have
  16. requested an impossible situation or if you are using the unstable
  17. distribution that some required packages have not yet been created
  18. or been moved out of Incoming.
  19. The following information may help to resolve the situation:
  20.  
  21. The following packages have unmet dependencies:
  22. hexchat : Depends: libglib2.0-0 (>= 2.37.3) but 2.36.4-1 is to be installed
  23. Depends: libperl5.14 (>= 5.14.2) but it is not installable
  24. E: Unable to correct problems, you have held broken packages.
  25.  
  26.  
  27. #### So I try to install those packages
  28. apt-get install libperl5.18 libglib2.0-0
  29. Reading package lists... Done
  30. Building dependency tree
  31. Reading state information... Done
  32. libglib2.0-0 is already the newest version.
  33. libperl5.18 is already the newest version.
  34. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement