How can I install unity instead of gnome in Ubuntu 18.04 [duplicate]
This question already has an answer here:
How can I make Ubuntu 18.04 / 18.10 desktop use Unity (be like Ubuntu 14.04)?
3 answers
I want to install unity as DE in Ubuntu 18.04.Is it possible.
desktop-environments
marked as duplicate by Kulfy, DK Bose, karel, Eric Carvalho, pomsky Jan 14 at 13:36
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How can I make Ubuntu 18.04 / 18.10 desktop use Unity (be like Ubuntu 14.04)?
3 answers
I want to install unity as DE in Ubuntu 18.04.Is it possible.
desktop-environments
marked as duplicate by Kulfy, DK Bose, karel, Eric Carvalho, pomsky Jan 14 at 13:36
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
sudo apt install unityand then restart and selectUnityas DE from login page
– PRATAP
Jan 14 at 7:19
add a comment |
This question already has an answer here:
How can I make Ubuntu 18.04 / 18.10 desktop use Unity (be like Ubuntu 14.04)?
3 answers
I want to install unity as DE in Ubuntu 18.04.Is it possible.
desktop-environments
This question already has an answer here:
How can I make Ubuntu 18.04 / 18.10 desktop use Unity (be like Ubuntu 14.04)?
3 answers
I want to install unity as DE in Ubuntu 18.04.Is it possible.
This question already has an answer here:
How can I make Ubuntu 18.04 / 18.10 desktop use Unity (be like Ubuntu 14.04)?
3 answers
desktop-environments
desktop-environments
asked Jan 14 at 7:10
Mudit KapilMudit Kapil
1,18551839
1,18551839
marked as duplicate by Kulfy, DK Bose, karel, Eric Carvalho, pomsky Jan 14 at 13:36
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Kulfy, DK Bose, karel, Eric Carvalho, pomsky Jan 14 at 13:36
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
sudo apt install unityand then restart and selectUnityas DE from login page
– PRATAP
Jan 14 at 7:19
add a comment |
sudo apt install unityand then restart and selectUnityas DE from login page
– PRATAP
Jan 14 at 7:19
sudo apt install unity and then restart and select Unity as DE from login page– PRATAP
Jan 14 at 7:19
sudo apt install unity and then restart and select Unity as DE from login page– PRATAP
Jan 14 at 7:19
add a comment |
1 Answer
1
active
oldest
votes
Yes, this is possible.
Run:
sudo apt install ubuntu-unity-desktop
Then logout. Select Unity as the desktop environment and then login as normal.
Once you're logged in with Unity, you may remove GNOME if you want. Do so with the following commands:
sudo apt remove ubuntu-desktop
sudo apt remove gdm3
sudo apt autoremove
Then install LightDM:
sudo apt install lightdm
If prompted to choose default Window Manager during installation, select LightDM.
Reboot and you should boot into the LightDM login screen. You can then login and you should be greeted by the Unity desktop.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, this is possible.
Run:
sudo apt install ubuntu-unity-desktop
Then logout. Select Unity as the desktop environment and then login as normal.
Once you're logged in with Unity, you may remove GNOME if you want. Do so with the following commands:
sudo apt remove ubuntu-desktop
sudo apt remove gdm3
sudo apt autoremove
Then install LightDM:
sudo apt install lightdm
If prompted to choose default Window Manager during installation, select LightDM.
Reboot and you should boot into the LightDM login screen. You can then login and you should be greeted by the Unity desktop.
add a comment |
Yes, this is possible.
Run:
sudo apt install ubuntu-unity-desktop
Then logout. Select Unity as the desktop environment and then login as normal.
Once you're logged in with Unity, you may remove GNOME if you want. Do so with the following commands:
sudo apt remove ubuntu-desktop
sudo apt remove gdm3
sudo apt autoremove
Then install LightDM:
sudo apt install lightdm
If prompted to choose default Window Manager during installation, select LightDM.
Reboot and you should boot into the LightDM login screen. You can then login and you should be greeted by the Unity desktop.
add a comment |
Yes, this is possible.
Run:
sudo apt install ubuntu-unity-desktop
Then logout. Select Unity as the desktop environment and then login as normal.
Once you're logged in with Unity, you may remove GNOME if you want. Do so with the following commands:
sudo apt remove ubuntu-desktop
sudo apt remove gdm3
sudo apt autoremove
Then install LightDM:
sudo apt install lightdm
If prompted to choose default Window Manager during installation, select LightDM.
Reboot and you should boot into the LightDM login screen. You can then login and you should be greeted by the Unity desktop.
Yes, this is possible.
Run:
sudo apt install ubuntu-unity-desktop
Then logout. Select Unity as the desktop environment and then login as normal.
Once you're logged in with Unity, you may remove GNOME if you want. Do so with the following commands:
sudo apt remove ubuntu-desktop
sudo apt remove gdm3
sudo apt autoremove
Then install LightDM:
sudo apt install lightdm
If prompted to choose default Window Manager during installation, select LightDM.
Reboot and you should boot into the LightDM login screen. You can then login and you should be greeted by the Unity desktop.
answered Jan 14 at 7:32
CodeExecutionCodeExecution
213
213
add a comment |
add a comment |
sudo apt install unityand then restart and selectUnityas DE from login page– PRATAP
Jan 14 at 7:19