How do I install KDE?
I want to have both KDE and Gnome shells on Ubuntu. Ubuntu only has Gnome installed by default. How do I install KDE?
gnome kde
add a comment |
I want to have both KDE and Gnome shells on Ubuntu. Ubuntu only has Gnome installed by default. How do I install KDE?
gnome kde
add a comment |
I want to have both KDE and Gnome shells on Ubuntu. Ubuntu only has Gnome installed by default. How do I install KDE?
gnome kde
I want to have both KDE and Gnome shells on Ubuntu. Ubuntu only has Gnome installed by default. How do I install KDE?
gnome kde
gnome kde
edited Oct 15 '15 at 16:18
David
1,71652040
1,71652040
asked Jul 29 '10 at 17:36
UserUser
2,626103855
2,626103855
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
You need to install the kubuntu-desktop
package for the full install.
The GUI method would be to click this button:
The command line method would be:
sudo apt-get install kubuntu-desktop
Then the next time you login you can choose what to use from the login screen (under Session).
1
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
add a comment |
If you want to log in from KDE run sudo apt-get install kdm
, sudu apt-get remove gdm
, and dpkg reconfigure kdm
.
add a comment |
To get just the plasma environment (on 12.04 and newer):
sudo apt-get install plasma-desktop
It worked fine for me on 15.10
2
+1 and this is valid for 12.04 and newer releases. Also, there iskde-plasma-desktop
for users who want desktop environment with minimal set of applications.
– clearkimura
Feb 5 '16 at 15:31
add a comment |
Just try the following command in a terminal
sudo apt-get install kubuntu-desktop
Then just select KDE on the login manager.
add a comment |
On 30/09/2015:
To install KDE on Ubuntu (12.04,14.04,14.10,15.04,15.10) (plasma 5.3)
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
To install KDE on Ubuntu (15.04,15.10) (plasma 5.4)
sudo add-apt-repository ppa:kubuntu-ci/stable
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Note: To install plasma 5.4,you need to remove backports ppa.
launchpad.net/backports
launchpad.net/~kubuntu-ci/stable
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
@KillBill please runsudo apt-get install kubuntu-desktop
and let me know the result =)
– Ravan
Oct 29 '15 at 3:09
|
show 2 more comments
Just open synaptic (If not installed yet, install it by ubuntu software center) and search for desktop environment and install plasma-desktop
add a comment |
I think the most complete answer is here. According to what you want to install (only the GUI or GUI+some packages).
Citing the content of the answer:
plasma-netbook
andplasma-desktop
differ only by whether they
install the netbook or the desktop interface.kde-workspace
is
identical toplasma-desktop
.
kde-plasma-desktop
will install a few KDE programs: Dolphin,
Konqueror, kde-baseapps, konsole, kwrite, and kde-passwd.
kde-standard
installs a bunch of stuff on top ofkde-desktop
:
Akregator, Ark, Dragonplayer, gnupg, Kaddressbook, Kate, KDE
wallpapers, Kmail, etc.
kubuntu-desktop
installs even more thankde-standard
.kubuntu-desktop
is the package you would download from the Ubuntu website if you
wanted Kubuntu, but if you only want the Plasma interface, not any of
the default programs,plasma-desktop
might be sufficient.
Choose the package you want and then run sudo apt-get install package-name
add a comment |
protected by Community♦ Aug 13 '17 at 16:53
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to install the kubuntu-desktop
package for the full install.
The GUI method would be to click this button:
The command line method would be:
sudo apt-get install kubuntu-desktop
Then the next time you login you can choose what to use from the login screen (under Session).
1
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
add a comment |
You need to install the kubuntu-desktop
package for the full install.
The GUI method would be to click this button:
The command line method would be:
sudo apt-get install kubuntu-desktop
Then the next time you login you can choose what to use from the login screen (under Session).
1
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
add a comment |
You need to install the kubuntu-desktop
package for the full install.
The GUI method would be to click this button:
The command line method would be:
sudo apt-get install kubuntu-desktop
Then the next time you login you can choose what to use from the login screen (under Session).
You need to install the kubuntu-desktop
package for the full install.
The GUI method would be to click this button:
The command line method would be:
sudo apt-get install kubuntu-desktop
Then the next time you login you can choose what to use from the login screen (under Session).
edited Mar 11 '17 at 18:56
Community♦
1
1
answered Jul 29 '10 at 17:41
Hamish DownerHamish Downer
14.1k125688
14.1k125688
1
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
add a comment |
1
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
1
1
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
what about the sudo apt-get install kde-plasma-desktop... i tried it .. but seems to give minimal GUI features.. how do i add to it?
– juggernauthk108
Feb 5 '16 at 20:38
add a comment |
If you want to log in from KDE run sudo apt-get install kdm
, sudu apt-get remove gdm
, and dpkg reconfigure kdm
.
add a comment |
If you want to log in from KDE run sudo apt-get install kdm
, sudu apt-get remove gdm
, and dpkg reconfigure kdm
.
add a comment |
If you want to log in from KDE run sudo apt-get install kdm
, sudu apt-get remove gdm
, and dpkg reconfigure kdm
.
If you want to log in from KDE run sudo apt-get install kdm
, sudu apt-get remove gdm
, and dpkg reconfigure kdm
.
answered May 17 '11 at 16:53
rjhrjh
13729
13729
add a comment |
add a comment |
To get just the plasma environment (on 12.04 and newer):
sudo apt-get install plasma-desktop
It worked fine for me on 15.10
2
+1 and this is valid for 12.04 and newer releases. Also, there iskde-plasma-desktop
for users who want desktop environment with minimal set of applications.
– clearkimura
Feb 5 '16 at 15:31
add a comment |
To get just the plasma environment (on 12.04 and newer):
sudo apt-get install plasma-desktop
It worked fine for me on 15.10
2
+1 and this is valid for 12.04 and newer releases. Also, there iskde-plasma-desktop
for users who want desktop environment with minimal set of applications.
– clearkimura
Feb 5 '16 at 15:31
add a comment |
To get just the plasma environment (on 12.04 and newer):
sudo apt-get install plasma-desktop
It worked fine for me on 15.10
To get just the plasma environment (on 12.04 and newer):
sudo apt-get install plasma-desktop
It worked fine for me on 15.10
edited Feb 5 '16 at 20:25
answered Feb 5 '16 at 4:39
Diego LaraDiego Lara
9125
9125
2
+1 and this is valid for 12.04 and newer releases. Also, there iskde-plasma-desktop
for users who want desktop environment with minimal set of applications.
– clearkimura
Feb 5 '16 at 15:31
add a comment |
2
+1 and this is valid for 12.04 and newer releases. Also, there iskde-plasma-desktop
for users who want desktop environment with minimal set of applications.
– clearkimura
Feb 5 '16 at 15:31
2
2
+1 and this is valid for 12.04 and newer releases. Also, there is
kde-plasma-desktop
for users who want desktop environment with minimal set of applications.– clearkimura
Feb 5 '16 at 15:31
+1 and this is valid for 12.04 and newer releases. Also, there is
kde-plasma-desktop
for users who want desktop environment with minimal set of applications.– clearkimura
Feb 5 '16 at 15:31
add a comment |
Just try the following command in a terminal
sudo apt-get install kubuntu-desktop
Then just select KDE on the login manager.
add a comment |
Just try the following command in a terminal
sudo apt-get install kubuntu-desktop
Then just select KDE on the login manager.
add a comment |
Just try the following command in a terminal
sudo apt-get install kubuntu-desktop
Then just select KDE on the login manager.
Just try the following command in a terminal
sudo apt-get install kubuntu-desktop
Then just select KDE on the login manager.
edited Apr 2 '12 at 10:19
jokerdino♦
32.9k21120187
32.9k21120187
answered Apr 1 '12 at 13:24
LnxSlckLnxSlck
10.3k13049
10.3k13049
add a comment |
add a comment |
On 30/09/2015:
To install KDE on Ubuntu (12.04,14.04,14.10,15.04,15.10) (plasma 5.3)
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
To install KDE on Ubuntu (15.04,15.10) (plasma 5.4)
sudo add-apt-repository ppa:kubuntu-ci/stable
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Note: To install plasma 5.4,you need to remove backports ppa.
launchpad.net/backports
launchpad.net/~kubuntu-ci/stable
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
@KillBill please runsudo apt-get install kubuntu-desktop
and let me know the result =)
– Ravan
Oct 29 '15 at 3:09
|
show 2 more comments
On 30/09/2015:
To install KDE on Ubuntu (12.04,14.04,14.10,15.04,15.10) (plasma 5.3)
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
To install KDE on Ubuntu (15.04,15.10) (plasma 5.4)
sudo add-apt-repository ppa:kubuntu-ci/stable
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Note: To install plasma 5.4,you need to remove backports ppa.
launchpad.net/backports
launchpad.net/~kubuntu-ci/stable
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
@KillBill please runsudo apt-get install kubuntu-desktop
and let me know the result =)
– Ravan
Oct 29 '15 at 3:09
|
show 2 more comments
On 30/09/2015:
To install KDE on Ubuntu (12.04,14.04,14.10,15.04,15.10) (plasma 5.3)
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
To install KDE on Ubuntu (15.04,15.10) (plasma 5.4)
sudo add-apt-repository ppa:kubuntu-ci/stable
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Note: To install plasma 5.4,you need to remove backports ppa.
launchpad.net/backports
launchpad.net/~kubuntu-ci/stable
On 30/09/2015:
To install KDE on Ubuntu (12.04,14.04,14.10,15.04,15.10) (plasma 5.3)
sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
To install KDE on Ubuntu (15.04,15.10) (plasma 5.4)
sudo add-apt-repository ppa:kubuntu-ci/stable
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Note: To install plasma 5.4,you need to remove backports ppa.
launchpad.net/backports
launchpad.net/~kubuntu-ci/stable
edited Oct 15 '15 at 15:33
answered Sep 30 '15 at 8:21
RavanRavan
5,848154577
5,848154577
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
@KillBill please runsudo apt-get install kubuntu-desktop
and let me know the result =)
– Ravan
Oct 29 '15 at 3:09
|
show 2 more comments
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
@KillBill please runsudo apt-get install kubuntu-desktop
and let me know the result =)
– Ravan
Oct 29 '15 at 3:09
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
did you get plasma 5.4 (not 5.3) from ubuntu 14.04 ?
– samsamara
Oct 29 '15 at 2:45
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
I think I didn't mentioned in my answer =)
– Ravan
Oct 29 '15 at 2:50
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
thanks for the super fast response! Pls have a look at this post which i just posted regarding a issue getting plasma 5. askubuntu.com/questions/691331/…
– samsamara
Oct 29 '15 at 2:52
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
I will @KillBill :)
– Ravan
Oct 29 '15 at 2:54
@KillBill please run
sudo apt-get install kubuntu-desktop
and let me know the result =)– Ravan
Oct 29 '15 at 3:09
@KillBill please run
sudo apt-get install kubuntu-desktop
and let me know the result =)– Ravan
Oct 29 '15 at 3:09
|
show 2 more comments
Just open synaptic (If not installed yet, install it by ubuntu software center) and search for desktop environment and install plasma-desktop
add a comment |
Just open synaptic (If not installed yet, install it by ubuntu software center) and search for desktop environment and install plasma-desktop
add a comment |
Just open synaptic (If not installed yet, install it by ubuntu software center) and search for desktop environment and install plasma-desktop
Just open synaptic (If not installed yet, install it by ubuntu software center) and search for desktop environment and install plasma-desktop
answered Apr 1 '12 at 13:30
Prasad RDPrasad RD
1,49222240
1,49222240
add a comment |
add a comment |
I think the most complete answer is here. According to what you want to install (only the GUI or GUI+some packages).
Citing the content of the answer:
plasma-netbook
andplasma-desktop
differ only by whether they
install the netbook or the desktop interface.kde-workspace
is
identical toplasma-desktop
.
kde-plasma-desktop
will install a few KDE programs: Dolphin,
Konqueror, kde-baseapps, konsole, kwrite, and kde-passwd.
kde-standard
installs a bunch of stuff on top ofkde-desktop
:
Akregator, Ark, Dragonplayer, gnupg, Kaddressbook, Kate, KDE
wallpapers, Kmail, etc.
kubuntu-desktop
installs even more thankde-standard
.kubuntu-desktop
is the package you would download from the Ubuntu website if you
wanted Kubuntu, but if you only want the Plasma interface, not any of
the default programs,plasma-desktop
might be sufficient.
Choose the package you want and then run sudo apt-get install package-name
add a comment |
I think the most complete answer is here. According to what you want to install (only the GUI or GUI+some packages).
Citing the content of the answer:
plasma-netbook
andplasma-desktop
differ only by whether they
install the netbook or the desktop interface.kde-workspace
is
identical toplasma-desktop
.
kde-plasma-desktop
will install a few KDE programs: Dolphin,
Konqueror, kde-baseapps, konsole, kwrite, and kde-passwd.
kde-standard
installs a bunch of stuff on top ofkde-desktop
:
Akregator, Ark, Dragonplayer, gnupg, Kaddressbook, Kate, KDE
wallpapers, Kmail, etc.
kubuntu-desktop
installs even more thankde-standard
.kubuntu-desktop
is the package you would download from the Ubuntu website if you
wanted Kubuntu, but if you only want the Plasma interface, not any of
the default programs,plasma-desktop
might be sufficient.
Choose the package you want and then run sudo apt-get install package-name
add a comment |
I think the most complete answer is here. According to what you want to install (only the GUI or GUI+some packages).
Citing the content of the answer:
plasma-netbook
andplasma-desktop
differ only by whether they
install the netbook or the desktop interface.kde-workspace
is
identical toplasma-desktop
.
kde-plasma-desktop
will install a few KDE programs: Dolphin,
Konqueror, kde-baseapps, konsole, kwrite, and kde-passwd.
kde-standard
installs a bunch of stuff on top ofkde-desktop
:
Akregator, Ark, Dragonplayer, gnupg, Kaddressbook, Kate, KDE
wallpapers, Kmail, etc.
kubuntu-desktop
installs even more thankde-standard
.kubuntu-desktop
is the package you would download from the Ubuntu website if you
wanted Kubuntu, but if you only want the Plasma interface, not any of
the default programs,plasma-desktop
might be sufficient.
Choose the package you want and then run sudo apt-get install package-name
I think the most complete answer is here. According to what you want to install (only the GUI or GUI+some packages).
Citing the content of the answer:
plasma-netbook
andplasma-desktop
differ only by whether they
install the netbook or the desktop interface.kde-workspace
is
identical toplasma-desktop
.
kde-plasma-desktop
will install a few KDE programs: Dolphin,
Konqueror, kde-baseapps, konsole, kwrite, and kde-passwd.
kde-standard
installs a bunch of stuff on top ofkde-desktop
:
Akregator, Ark, Dragonplayer, gnupg, Kaddressbook, Kate, KDE
wallpapers, Kmail, etc.
kubuntu-desktop
installs even more thankde-standard
.kubuntu-desktop
is the package you would download from the Ubuntu website if you
wanted Kubuntu, but if you only want the Plasma interface, not any of
the default programs,plasma-desktop
might be sufficient.
Choose the package you want and then run sudo apt-get install package-name
answered Nov 27 '18 at 14:41
Francesco BoiFrancesco Boi
17112
17112
add a comment |
add a comment |
protected by Community♦ Aug 13 '17 at 16:53
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?