Changes between Version 16 and Version 17 of Csle2022/Agenda/linuxpackagemanagement
- Timestamp:
- Nov 21, 2022, 7:46:16 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/linuxpackagemanagement
v16 v17 118 118 `sudo apt upgrade` 119 119 120 Then reboot the system. 121 120 122 You will often want to execute both these commands at the same time, so you can run them both at the same time using. 121 123 122 124 `sudo apt update && sudo apt upgrade -y` 125 126 Then reboot the system. 127 128 If you need to update Ubuntu 129 130 {{{ 131 sudo apt update 132 sudo apt upgrade 133 sudo do-release-upgrade 134 }}} 135 136 Then check for the version. 123 137 124 138 === Remove packages ===