Changes between Version 16 and Version 17 of Csle2022/Agenda/linuxpackagemanagement


Ignore:
Timestamp:
Nov 21, 2022, 7:46:16 AM (2 years ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/linuxpackagemanagement

    v16 v17  
    118118`sudo apt upgrade`
    119119
     120Then reboot the system.
     121
    120122You will often want to execute both these commands at the same time, so you can run them both at the same time using.
    121123
    122124`sudo apt update && sudo apt upgrade -y`
     125
     126Then reboot the system.
     127
     128If you need to update Ubuntu
     129
     130{{{
     131sudo apt update
     132sudo apt upgrade
     133sudo do-release-upgrade
     134}}}
     135
     136Then check for the version.
    123137
    124138=== Remove packages ===