Reply To: [solved] System broken after install Falkon on machine not supporting sse3

Forum › Forums › New users › New Users and General Questions › [solved] System broken after install Falkon on machine not supporting sse3 › Reply To: [solved] System broken after install Falkon on machine not supporting sse3

#185276
Xunzi_23
Member

    Situation seems very similar to the problem I recently encountered
    sid Update Blocked due libpmix2t64

    In your case the blocking package is sse3-support_27_i386.deb
    so as a normal fix is not going to work you will need

    
    sudo dpkg --purge --force-all sse3-support_27_i386.deb

    then sudo apt –fix-broken install

    Which should put your system back in to an upgradeable state.

    You might like to simulate before finally committing the commands.