View Single Post
Posts: 242 | Thanked: 169 times | Joined on Nov 2011
#135
Originally Posted by elros34 View Post
What happens when you're trying to install another package? If the same thing check this:
dpkg --clear-avail
apt-get update

P.S. dzięki marmistrz
thanks, get rid of that; now I get:

Code:
/home/user/MyDocs # dpkg -i qtedger-1.0.deb 
Selecting previously deselected package qtedger.
(Reading database ... 40956 files and directories currently installed.)
Unpacking qtedger (from qtedger-1.0.deb) ...
dpkg: dependency problems prevent configuration of qtedger:
 qtedger depends on libstdc++6 (>= 4.7.2-0+cssu0); however:
  Version of libstdc++6 on system is 4.6.1-maemo6.
dpkg: error processing qtedger (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 qtedger
anyway apt-get install libstdc++6 says there's no newer version...

I got extras-devel and CSSU-testing enabled, do I have to enable CSSU-devel?