Advertisement
Guest User

Untitled

a guest
Dec 21st, 2012
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. wanting to install latest modelio software on my ubuntu 12.04 64 bit system. The page at this -> link: http://www.modelio.org/documentation/installation/12-installation.html <- lists required linux libraries. I went through this before about 6 mos ago and could not get modelio to work.
  2.  
  3. [Quote]
  4.  
  5. Linux libraries
  6. Before you install Modelio on a Linux platform, make sure the following libraries are installed:
  7.  
  8. libc6
  9. libatk
  10. libcairo
  11. libgtk2
  12. libglib2
  13. libwebkit-1.0
  14. libxtst6
  15. stdc++ 6
  16.  
  17. [/Quote]
  18.  
  19. -> Output from dpkg -l <libname>
  20.  
  21. [Code]
  22.  
  23. dpkg -l libc6
  24. Desired=Unknown/Install/Remove/Purge/Hold
  25. | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  26. |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  27. ||/ Name Version Description
  28. +++-=================================-=================================-==================================================================================
  29. ii libc6 2.15-0ubuntu10.3 Embedded GNU C Library: Shared libraries
  30.  
  31. dpkg -l libatk
  32. No packages found matching libatk.
  33.  
  34. dpkg -l libcairo
  35. No packages found matching libcairo.
  36.  
  37. dpkg -l libgtk2
  38. No packages found matching libgtk2.
  39.  
  40. dpkg -l libglib2
  41. No packages found matching libglib2.
  42.  
  43. dpkg -l libwebkit-1.0
  44. No packages found matching libwebkit-1.0.
  45.  
  46. dpkg -l libxtst6
  47. Desired=Unknown/Install/Remove/Purge/Hold
  48. | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  49. |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  50. ||/ Name Version Description
  51. +++-=================================-=================================-==================================================================================
  52. ii libxtst6 2:1.2.0-4 X11 Testing -- Record extension library
  53.  
  54. dpkg -l stdc++ 6
  55. No packages found matching stdc++.
  56. No packages found matching 6.
  57.  
  58. dpkg -l stdc++6
  59. No packages found matching stdc++6.
  60.  
  61. [/Code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement