Re: KDE 4.2 login troubles
Have you tried the apt "self-healing mechanism"?
Have you tried the apt "self-healing mechanism"?
Code:
sudo apt-get install -f
The following package has unmet depencies: python-plasma: Depends: libplasma2 but it is not going to be installed E: Broken packages
# deb cdrom:[Kubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.1)]/ intrepid main restricted # See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to # newer versions of the distribution. deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid main restricted deb-src [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid restricted main multiverse universe #Added by software-properties ## Major bug fix updates produced after the final release of the ## distribution. deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid-updates main restricted deb-src [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid-updates restricted main multiverse universe #Added by software-properties ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid universe deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid multiverse deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid-updates multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid-backports main restricted universe multiverse # deb-src [url]http://ca.archive.ubuntu.com/ubuntu/[/url] intrepid-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. This software is not part of Ubuntu, but is ## offered by Canonical and the respective vendors as a service to Ubuntu ## users. deb [url]http://archive.canonical.com/ubuntu[/url] intrepid partner deb-src [url]http://archive.canonical.com/ubuntu[/url] intrepid partner deb [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security main restricted deb-src [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security restricted main multiverse universe #Added by software-properties deb [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security universe deb [url]http://security.ubuntu.com/ubuntu[/url] intrepid-security multiverse deb [url]http://ppa.launchpad.net/kubuntu-experimental/ubuntu[/url] intrepid main deb [url]http://ppa.launchpad.net/project-neon/ubuntu[/url] intrepid main
sudo apt-get update && sudo apt-get install -f
Comment