Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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.
- [Quote]
- Linux libraries
- Before you install Modelio on a Linux platform, make sure the following libraries are installed:
- libc6
- libatk
- libcairo
- libgtk2
- libglib2
- libwebkit-1.0
- libxtst6
- stdc++ 6
- [/Quote]
- -> Output from dpkg -l <libname>
- [Code]
- dpkg -l libc6
- Desired=Unknown/Install/Remove/Purge/Hold
- | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
- |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
- ||/ Name Version Description
- +++-=================================-=================================-==================================================================================
- ii libc6 2.15-0ubuntu10.3 Embedded GNU C Library: Shared libraries
- dpkg -l libatk
- No packages found matching libatk.
- dpkg -l libcairo
- No packages found matching libcairo.
- dpkg -l libgtk2
- No packages found matching libgtk2.
- dpkg -l libglib2
- No packages found matching libglib2.
- dpkg -l libwebkit-1.0
- No packages found matching libwebkit-1.0.
- dpkg -l libxtst6
- Desired=Unknown/Install/Remove/Purge/Hold
- | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
- |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
- ||/ Name Version Description
- +++-=================================-=================================-==================================================================================
- ii libxtst6 2:1.2.0-4 X11 Testing -- Record extension library
- dpkg -l stdc++ 6
- No packages found matching stdc++.
- No packages found matching 6.
- dpkg -l stdc++6
- No packages found matching stdc++6.
- [/Code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement