menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Devops News

>

apt: just ...
source image

Dev

2w

read

98

img
dot

Image Credit: Dev

apt: just update this

  • To update only a specific package on Debian-based distributions, use the apt list -u command to list available updates.
  • Filter the package you want to update by using grep -i .
  • Remove the part after the slash (/) from the package name using sed 's|/.*||'.
  • Use xargs and apt install --only-upgrade to update the specific package.

Read Full Article

like

5 Likes

For uninterrupted reading, download the app