See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
System updates: apt-get or aptitude
#1
LL system update script is using apt-get:

/usr/scripts/updates
Code:
sudo apt-get update && sudo apt-get upgrade

As I was trying out Debian Jessie lately I noticed that aptitude seems to be considered a better choice to do system updates than apt-get because it offers smarter handling of dependencies and has some other benefits. The equivalent command would be:

Code:
sudo aptitude update && sudo aptitude safe-upgrade

I have done a test run of both commands (actual updates were aborted) and the output is quite different:

apt-get:
[Image: 8xIqh8d.png]

aptitude:
[Image: FI4CvRy.png]

I'm wondering what experts think about all this.
LL 2.4, Xubuntu 14.04.2, Debian 8, Manjaro
Reply


Messages In This Thread
System updates: apt-get or aptitude - by Kirkx - 05-08-2015, 09:33 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)