Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I don't see the probably here.... I usually run sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove when first signing into server for the day
-
@Linux Any reason? Always having the latest kernel is a good idea. Otherwise it'd be easy to break into, as we've seen from previous experience :p
-
Linux438108y@ScribeOfGoD
Dist-upgrade perform a major upgrade of every package installed on the system, not only kernel -
@Linux 🤔 for me doing apt-get upgrade does only the packages and leaves the kernel and dist-upgrade does only the kernel but leaves the packages..
-
tnnn3898y'apt-get upgrade' doesn't install or remove any packages - it just updates installed ones. 'apt-get dist-upgrade' will install and/or remove packages if dependencies changed.
@ScribeOfGoD linux-image* is just a kernel metapackage that depends on a specific version of kernel image (with its own package). If a new kernel is introduced that dependency will change, forcing installation of a new kernel (with a new package). That will only happen if you dist-upgrade.
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
sudo apt update; sudo apt dist-upgrade -y
Linux roulette!
undefined
linux roulette
danger zone
linux