Sarathlal N

Update Ubuntu server via command line

When Login in to an Ubuntu server via command line ( using SSH ), we can see an update message with the number of updates available. During server management sessions, regularly I want to update current distro using command line.

To run an update on Ubuntu server, Use below command in terminal.

sudo apt-get update && sudo apt-get upgrade

If you then re-run this command, you will only be prompted for any further updates if even further (newer) updates have been released.

Recent Posts

  1. Automating Release Generation with GitHub Actions
  2. WP CLI Commands to Bulk Delete Entries in WordPress Database
  3. Split a Single CSV File into Multiple Files Using the Split Command - Bash
  4. Migrating code repo from BitBucket to GitHub
  5. Streamlining Development - Our Journey with Git, Bitbucket, and Jira

Your Questions / Comments

If you found this article interesting, found errors, or just want to discuss about it, please get in touch.