Page 1 of 13

(Discussion)How to install the latest KDE from backports.

PostPosted: Wed Mar 27, 2013 11:18 pm
by Xanayoshi
WARNING---ALL OF THIS IS EXPERIMENTAL AND BASED OFF BACKPORTS
THIS MEANS THAT IT WILL CHANGE


This will allow you to install the latest KDE version from backports.

First you need to go to terminal.

Code: Select all
sudo add-apt-repository ppa:kubuntu-ppa/backports


Code: Select all
sudo apt-get update


Code: Select all
sudo apt-get install kde-full


Currently the version is 4.11

Re: How to install the latest KDE from backports.

PostPosted: Thu Mar 28, 2013 10:05 pm
by boarder428
Thank-you

Re: How to install the latest KDE from backports.

PostPosted: Fri Mar 29, 2013 1:38 am
by Xanayoshi
boarder428 wrote:Thank-you


You're very welcome. <BREW>

Re: How to install the latest KDE from backports.

PostPosted: Sun Mar 31, 2013 12:29 pm
by boarder428
Ok, so I've installed from backports but I do not have the option to choose KDE at login?

Re: How to install the latest KDE from backports.

PostPosted: Sun Mar 31, 2013 2:13 pm
by Xanayoshi
Which dm did you choose during install? KDE will install kdm and gives you the option of which one you want to choose, I am assuming you had lightdm to start. With lightdm it is the circle, with kdm it will be choose session type or an arrow, although it can differ since kdm is extremely customisable.

Re: How to install the latest KDE from backports.

PostPosted: Sun Mar 31, 2013 2:31 pm
by Xanayoshi
I'm off to work, don't do anything drastic, I am sure if you did install correctly you just need to switch session.

Re: How to install the latest KDE from backports.

PostPosted: Mon Apr 01, 2013 11:28 pm
by billhedrick
gonna install 3.4 lite, and am thinking of adding KDE, will this do it?

Re: How to install the latest KDE from backports.

PostPosted: Tue Apr 02, 2013 3:38 am
by Xanayoshi
Pretty sure but if you want I can find out. Too late to start now, as I know I will keep going until I am set up, and if I encounter errors I will hammer them instead of being collected, lol. Works, but not too great from an advisory angle.

Lite is already ready to go pretty much but if you do install from 3.4 lite you need to lose yarrsr,

Code: Select all
sudo apt-get purge yarssr


It's just not worth the hassle and you will be installing akregator anyways.

Re: How to install the latest KDE from backports.

PostPosted: Tue Apr 02, 2013 7:43 am
by boarder428
Xanayoshi wrote:Which dm did you choose during install? KDE will install kdm and gives you the option of which one you want to choose, I am assuming you had lightdm to start. With lightdm it is the circle, with kdm it will be choose session type or an arrow, although it can differ since kdm is extremely customisable.


I'm not sure. I did have a box pop up during install but I couldn't seem to click the ok button. I tried pressing enter aswell but nothing seemed to happen. If I recall I had to close out of the window!

Re: How to install the latest KDE from backports.

PostPosted: Tue Apr 02, 2013 8:34 am
by pam
if you install kde it may prompt you to choose which display manager you want to use during boot up...

neways to check which display managers you have..
Code: Select all
ls /etc/init.d/ |grep dm


it will show you which display managers are installed like lightdm, kdm etc etc(the others are different init scripts and not related) ...