apt get - UBUNTU 14.04 64BIT can not install lib32stdc++6 -


i want install 32bit application,but can not install lib32stdc++6 here is:

sudo apt-get install lib32stdc++6

reading package lists... done building dependency tree        reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation:  following packages have unmet dependencies:  lib32stdc++6 : depends: gcc-4.8-base (= 4.8.2-19ubuntu1) 4.8.4-2ubuntu1~14.04 installed e: unable correct problems, have held broken packages. 

finally,i found https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages , use aptitude force install this

sudo aptitude -f install lib32stdc++6

run command ,and choose 'n',then give choice,then choose 'y'. done , success


Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -