I've been using Kubuntu for 4 weeks now. One of my greatest disappointments with this operating system is the process of updating software. Some packages are extremely easy, but other are incredibly difficult to completely impossible to install.
To date, I've had to do a complete re-install of Kubuntu no less than 10 times because of software installation errors. I can't use the Adept Updater because it keeps trashing my install. Updater is telling me that there are 183 updates to install. One of those updates hangs because of something it can't overwrite, and the systems halts. When I try to reboot, Grub boom manager gives me a "Error 15, can't find file" error. It's unrecoverable.
I tried backing up my install before doing upgrades. I read in the forums that the following command would back up the current installation.
tar cvpfz /backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/media
Then if a problem were to arise, the following command would restore that back-up:
tar xvpfz backup.tgz -C /
(Both commands are performed as root with su premissions)
That didn't work either. Install the system one more time.
Isn't there an easier way?
To date, I've had to do a complete re-install of Kubuntu no less than 10 times because of software installation errors. I can't use the Adept Updater because it keeps trashing my install. Updater is telling me that there are 183 updates to install. One of those updates hangs because of something it can't overwrite, and the systems halts. When I try to reboot, Grub boom manager gives me a "Error 15, can't find file" error. It's unrecoverable.
I tried backing up my install before doing upgrades. I read in the forums that the following command would back up the current installation.
tar cvpfz /backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/media
Then if a problem were to arise, the following command would restore that back-up:
tar xvpfz backup.tgz -C /
(Both commands are performed as root with su premissions)
That didn't work either. Install the system one more time.
Isn't there an easier way?
Comment