2

I have an old pc I've installed ubuntu 16.04 just for fun, my main distro is Lubuntu.

I've done many changes including system files. I know that, if I just install lubuntu over ubuntu system changes will disappear. I'm okay with it, but I want to keep my personal data. Will they be saved? How can I keep them?

Anwar
  • 76,649
Nhmanas
  • 61

1 Answers1

3

Note: Always make a backup before messing with your system!

You should be able to do this with:

sudo apt-get install lubuntu-desktop

or

sudo apt-get install --no-install-recommends lubuntu-desktop

This should install lxde.

At the login screen, you should have a settings wheel then next to the password input, where you can pick LXDE as desktop environment. If you login, your desktop environment should be the selected one. You can also log out and switch to another environment.

Wait for other replies, since I haven't done this before. I hope you get the idea.

Edit:
Misunderstood your question. Take a look at /home/your-user-name/, this is where your files are stored.

There shouldn't be any files regarding any desktop environments, these are stored somewhere else. So your files will still be around, so you can install multiple other desktop environments to test out or work with with no affect on your personal files.

Videonauth
  • 33,355
  • 17
  • 105
  • 120
Sevi
  • 51
  • Your 2nd edit would be better placed in bold on top of your answer :) – Videonauth Jun 01 '16 at 19:24
  • good input, fixeed ;) – Sevi Jun 01 '16 at 19:26
  • This is still not my answer. You just show me the way to install lxde. I want lubuntu, without losing data. – Nhmanas Jun 03 '16 at 06:04
  • Did you read the last part of my post(the edit)? Or don't you understand? Did you edit system files regarding the display manager? – Sevi Jun 03 '16 at 06:27
  • I agree this answer is too confusing. lubuntu-desktop is LXDE with a lot of extras. To install just LXDE and allow logging in and out of it, you could just do sudo apt-get install lxsession lxsession-logout. lubuntu-desktop depends on these, and on a lot more, such as XFCE. – Reinier Post Apr 21 '17 at 10:41