Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tseth@tseth-lnx2:~/Development/apir$ sudo apt-get install tinyxml
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- E: Unable to locate package tinyxml
- tseth@tseth-lnx2:~/Development/apir$ sudo apt-cache search tinyxml
- libtinyxml-dev - TinyXml library - header and static library
- libtinyxml2.6.2 - C++ XML parsing library
- libtinyxml2.6.2-dbg - TinyXml library - debug files
- tseth@tseth-lnx2:~/Development/apir$ sudo apt-get install libtinyxml2.6.2
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- The following information may help to resolve the situation:
- The following packages have unmet dependencies:
- apache2.2-bin : Depends: libapr1 (>= 1.4.2) but it is not going to be installed
- Depends: libaprutil1 (>= 1.3.2+dfsg) but it is not going to be installed
- Depends: libaprutil1-dbd-sqlite3 but it is not going to be installed or
- libaprutil1-dbd-mysql but it is not installable or
- libaprutil1-dbd-odbc but it is not installable or
- libaprutil1-dbd-pgsql but it is not installable or
- libaprutil1-dbd-freetds but it is not installable
- Depends: libaprutil1-ldap but it is not going to be installed
- Depends: libc6 (>= 2.14) but it is not going to be installed
- Depends: libcap2 (>= 2.10) but it is not going to be installed
- Depends: libldap-2.4-2 (>= 2.4.7) but it is not going to be installed
- Depends: libpcre3 (>= 8.10) but it is not going to be installed
- Depends: libssl1.0.0 (>= 1.0.0) but it is not going to be installed
- Depends: zlib1g (>= 1:1.1.4) but it is not going to be installed
- apache2.2-common : Depends: apache2-utils but it is not going to be installed
- Depends: lsb-base but it is not going to be installed
- Depends: procps
- Depends: perl but it is not going to be installed
- Recommends: ssl-cert but it is not going to be installed
- libtinyxml2.6.2:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be installed
- Depends: libgcc1:i386 (>= 1:4.1.1) but it is not going to be installed
- Depends: libstdc++6:i386 (>= 4.2.1) but it is not going to be installed
- E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
- tseth@tseth-lnx2:~/Development/apir$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement