Siduction Forum

Siduction Forum => Software - Support => Topic started by: dlalias2k1 on 2013/03/01, 05:35:53

Title: LXDE to KDE all while using BTRFS
Post by: dlalias2k1 on 2013/03/01, 05:35:53
So, I'm wondering which would be cleaner/quicker.

Using the commandline to switch over to KDE from LXDE.
I assume it'd go something like:
init 3
apt-get update
apt-get purge lxde*
apt-get install kde
apt-get install --reinstall distro-defaults
update-rc.d kdm remove
update-rc.d kdm start 24 5 . stop 01 0 1 2 3 4 6 .
apt-get autoremove

VS
backing up my NFS exports, sources.list, and praying my spanned btrfs drive survives the reinstall, then installing KDE from DVD.

I guess my real concern is the BTRFS drive I have, It's large and important to me, So i'd give it the best chance of remaining intact.
Title: RE: LXDE to KDE all while using BTRFS
Post by: piper on 2013/03/01, 06:13:15
IMHO, I wouldn't use autoremove
, especially in sid
Title: RE: LXDE to KDE all while using BTRFS
Post by: michaa7 on 2013/03/01, 11:09:47
There is no *need* to purge lxde when installing kde. Why not leaving it untouched as a fall-back?