Linux installing updates

From rdkwiki
Revision as of 18:11, 30 October 2016 by Rob (talk | contribs) (Created page with "== Intro == The steps below describe how to install the latest package-updates. == Install package-updates on CentOS 7 == * '''sudo yum update all''' --> install all availabl...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Intro

The steps below describe how to install the latest package-updates.

Install package-updates on CentOS 7

  • sudo yum update all --> install all available updates
  • sudo yum clean all --> clean up files

Install package-update on ubuntu 16.04

  • sudo apt-get update --> update the package-lists with latest information
  • sudo apt-get upgrade --> install updates without adding or removing packages
  • sudo apt-get dist-upgrade --> install updates and adds or removes neccessary packages