Advertisement
rajeshisnepali

libdbus installation error

Apr 18th, 2020
1,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.89 KB | None | 0 0
  1. ➜  ~ sudo apt-get install libdbus-glib-1-2  
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. libdbus-glib-1-2 is already the newest version (0.106-1).
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. ➜  ~ sudo apt-get install libdbus-glib-1-dev
  8. Reading package lists... Done
  9. Building dependency tree      
  10. Reading state information... Done
  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.  libdbus-glib-1-dev : Depends: libglib2.0-dev but it is not going to be installed
  19. E: Unable to correct problems, you have held broken packages.
  20.  
  21. To install dependencies::
  22. ➜  ~ sudo apt-get install libglib2.0-dev    
  23. Reading package lists... Done
  24. Building dependency tree      
  25. Reading state information... Done
  26. Some packages could not be installed. This may mean that you have
  27. requested an impossible situation or if you are using the unstable
  28. distribution that some required packages have not yet been created
  29. or been moved out of Incoming.
  30. The following information may help to resolve the situation:
  31.  
  32. The following packages have unmet dependencies:
  33.  libglib2.0-dev : Depends: libpcre3-dev (>= 1:8.31) but it is not going to be installed
  34. E: Unable to correct problems, you have held broken packages.
  35. ➜  ~ sudo apt-get install libpcre3-dev  
  36. Reading package lists... Done
  37. Building dependency tree      
  38. Reading state information... Done
  39. Some packages could not be installed. This may mean that you have
  40. requested an impossible situation or if you are using the unstable
  41. distribution that some required packages have not yet been created
  42. or been moved out of Incoming.
  43. The following information may help to resolve the situation:
  44.  
  45. The following packages have unmet dependencies:
  46.  libpcre3-dev : Depends: libpcre3 (= 2:8.38-3.1) but 2:8.43-1+ubuntu16.04.1+deb.sury.org+1 is to be installed
  47.                 Depends: libpcre16-3 (= 2:8.38-3.1) but 2:8.43-1+ubuntu16.04.1+deb.sury.org+1 is to be installed
  48.                 Depends: libpcrecpp0v5 (= 2:8.38-3.1) but 2:8.43-1+ubuntu16.04.1+deb.sury.org+1 is to be installed
  49. E: Unable to correct problems, you have held broken packages.
  50. ➜  ~ sudo apt-get install libpcre3 libpcre16-3 libpcrecpp0v5
  51. Reading package lists... Done
  52. Building dependency tree      
  53. Reading state information... Done
  54. libpcre3 is already the newest version (2:8.43-1+ubuntu16.04.1+deb.sury.org+1).
  55. libpcrecpp0v5 is already the newest version (2:8.43-1+ubuntu16.04.1+deb.sury.org+1).
  56. libpcre16-3 is already the newest version (2:8.43-1+ubuntu16.04.1+deb.sury.org+1).
  57. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement