How to completely remove Elementary OS 5.0 Juno from Ubuntu 18.04?
I have found similar topics, but none of the answers helped me.
I have installed Elementary, but the amount of bugs on it was atrocious, so I wanted to move back to just regular Ubuntu (Yeah, I know they have the same kernel and what not- but on Elementary things like the clock, wifi aren't working and they were working perfectly before). I managed to get my log on screen back to Ubuntu and delete all the apps, but I still have the KUBUNTU screen when turning on the laptop and have the Elementary in the settings as my system.
18.04 uninstall elementary
add a comment |
I have found similar topics, but none of the answers helped me.
I have installed Elementary, but the amount of bugs on it was atrocious, so I wanted to move back to just regular Ubuntu (Yeah, I know they have the same kernel and what not- but on Elementary things like the clock, wifi aren't working and they were working perfectly before). I managed to get my log on screen back to Ubuntu and delete all the apps, but I still have the KUBUNTU screen when turning on the laptop and have the Elementary in the settings as my system.
18.04 uninstall elementary
1
How about a clean install of Ubuntu?
– francescop21
Oct 23 '18 at 20:06
See askubuntu.com/a/1085156/66509 .
– N0rbert
Oct 23 '18 at 20:35
N0rbert, I tried that. Have none of the PPAs and Ubuntu is already installed.
– samlanka
Oct 28 '18 at 14:00
@francescop21, I would prefer not to, if there are other possibilities.
– samlanka
Oct 28 '18 at 14:01
add a comment |
I have found similar topics, but none of the answers helped me.
I have installed Elementary, but the amount of bugs on it was atrocious, so I wanted to move back to just regular Ubuntu (Yeah, I know they have the same kernel and what not- but on Elementary things like the clock, wifi aren't working and they were working perfectly before). I managed to get my log on screen back to Ubuntu and delete all the apps, but I still have the KUBUNTU screen when turning on the laptop and have the Elementary in the settings as my system.
18.04 uninstall elementary
I have found similar topics, but none of the answers helped me.
I have installed Elementary, but the amount of bugs on it was atrocious, so I wanted to move back to just regular Ubuntu (Yeah, I know they have the same kernel and what not- but on Elementary things like the clock, wifi aren't working and they were working perfectly before). I managed to get my log on screen back to Ubuntu and delete all the apps, but I still have the KUBUNTU screen when turning on the laptop and have the Elementary in the settings as my system.
18.04 uninstall elementary
18.04 uninstall elementary
asked Oct 23 '18 at 18:07
samlankasamlanka
112
112
1
How about a clean install of Ubuntu?
– francescop21
Oct 23 '18 at 20:06
See askubuntu.com/a/1085156/66509 .
– N0rbert
Oct 23 '18 at 20:35
N0rbert, I tried that. Have none of the PPAs and Ubuntu is already installed.
– samlanka
Oct 28 '18 at 14:00
@francescop21, I would prefer not to, if there are other possibilities.
– samlanka
Oct 28 '18 at 14:01
add a comment |
1
How about a clean install of Ubuntu?
– francescop21
Oct 23 '18 at 20:06
See askubuntu.com/a/1085156/66509 .
– N0rbert
Oct 23 '18 at 20:35
N0rbert, I tried that. Have none of the PPAs and Ubuntu is already installed.
– samlanka
Oct 28 '18 at 14:00
@francescop21, I would prefer not to, if there are other possibilities.
– samlanka
Oct 28 '18 at 14:01
1
1
How about a clean install of Ubuntu?
– francescop21
Oct 23 '18 at 20:06
How about a clean install of Ubuntu?
– francescop21
Oct 23 '18 at 20:06
See askubuntu.com/a/1085156/66509 .
– N0rbert
Oct 23 '18 at 20:35
See askubuntu.com/a/1085156/66509 .
– N0rbert
Oct 23 '18 at 20:35
N0rbert, I tried that. Have none of the PPAs and Ubuntu is already installed.
– samlanka
Oct 28 '18 at 14:00
N0rbert, I tried that. Have none of the PPAs and Ubuntu is already installed.
– samlanka
Oct 28 '18 at 14:00
@francescop21, I would prefer not to, if there are other possibilities.
– samlanka
Oct 28 '18 at 14:01
@francescop21, I would prefer not to, if there are other possibilities.
– samlanka
Oct 28 '18 at 14:01
add a comment |
1 Answer
1
active
oldest
votes
You need to remove Elementary from Sessions to prevent it to list while turning on your system.
cd /usr/share/xsessions
sudo rm -f elementary.desktop kubuntu.desktop
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1086488%2fhow-to-completely-remove-elementary-os-5-0-juno-from-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to remove Elementary from Sessions to prevent it to list while turning on your system.
cd /usr/share/xsessions
sudo rm -f elementary.desktop kubuntu.desktop
add a comment |
You need to remove Elementary from Sessions to prevent it to list while turning on your system.
cd /usr/share/xsessions
sudo rm -f elementary.desktop kubuntu.desktop
add a comment |
You need to remove Elementary from Sessions to prevent it to list while turning on your system.
cd /usr/share/xsessions
sudo rm -f elementary.desktop kubuntu.desktop
You need to remove Elementary from Sessions to prevent it to list while turning on your system.
cd /usr/share/xsessions
sudo rm -f elementary.desktop kubuntu.desktop
answered Dec 31 '18 at 1:30
Ketan PatelKetan Patel
10.3k94365
10.3k94365
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1086488%2fhow-to-completely-remove-elementary-os-5-0-juno-from-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
How about a clean install of Ubuntu?
– francescop21
Oct 23 '18 at 20:06
See askubuntu.com/a/1085156/66509 .
– N0rbert
Oct 23 '18 at 20:35
N0rbert, I tried that. Have none of the PPAs and Ubuntu is already installed.
– samlanka
Oct 28 '18 at 14:00
@francescop21, I would prefer not to, if there are other possibilities.
– samlanka
Oct 28 '18 at 14:01