Arun Vasudevan wrote: > Hello Team, > > Any one help me here > > ---------- Forwarded message --------- > From: Moritz Muehlenhoff <j...@inutil.org> > Date: Wed, Apr 10, 2019 at 6:15 PM > Subject: Re: Security Installation Method > To: Arun Vasudevan <arunrin...@gmail.com> > Cc: <t...@security.debian.org> > > > On Wed, Apr 10, 2019 at 05:55:09PM +0530, Arun Vasudevan wrote: > > Team, > > > > Could you please help me to install the Security patches only to one of my > > Debian servers. > > Please contact https://lists.debian.org/debian-user/ instead
The usual method is: sudo apt update apt list --upgradable # inspect the packages to make sure you want all of them. If # not, don't proceed. You can install individual updates with # sudo apt install PACKAGENAME sudo apt upgrade At the end of that, you will want to reboot if you installed a new kernel. -dsr-