Page 1 of 1

[ARTICLE] How to simplify your Debian/Ubuntu system updates

Posted: 2017-03-26 10:57
by arochester
I came across this and found it quite interesting http://www.techrepublic.com/article/how ... aresystem/
With a single command, uCareSystem will:

Update all available packages
Update your Ubuntu system.
Download and install updates.
Check for the list of old Linux Kernels and uninstall them
Clear the apt cache folder
Uninstall packages that are obsolete and no longer needed
Uninstall orphaned packages
Delete package settings (from software you have previously uninstalled)
A must-have
I've been using uCareSystem as my primary tool for updating and cleaning my Debian- and Ubuntu-based systems for a while now and the upgrading has gone incredibly smooth. I highly recommend this software for your desktops and your servers.
I put it on my laptop and have used it successfully for a while. It should be Ok with Stable and the frozen Testing - but not Sid because it gives no opportunity to review packages and will break the system.

I did NOT add a PPA. I just took a .deb (wily) from https://launchpad.net/~utappia/+archive ... /+packages and installed that.

3.0.1 has been the current version for a year, so it is stable.

Re: [ARTICLE] How to simplify your Debian/Ubuntu system upda

Posted: 2017-03-26 18:05
by stevepusser
But I like having packages in my apt cache and a backup kernel--does it have any fine control over what it does?

Re: [ARTICLE] How to simplify your Debian/Ubuntu system upda

Posted: 2017-06-23 03:05
by jmgibson1981
Funny you direct installed a non debian binary for the sole purpose of automating... 3 commands I can see in your list? Hell of a system risk for that. I can write that in a script in less than 15 seconds.

Code: Select all

apt -y dist-upgrade
apt clean
apt -y --purge autoremove

Re: [ARTICLE] How to simplify your Debian/Ubuntu system upda

Posted: 2017-07-21 02:38
by joseph059
I wouldn't trust it. It's too easy to break your system. I'll stick to the traditional method to update and upgrade.

Re: [ARTICLE] How to simplify your Debian/Ubuntu system upda

Posted: 2017-07-22 03:21
by Innovate
I've already built that native .deb package from ucaresystemcore github source long ago.
without download from ubuntu's .deb binary even once. 8)