command line apt-get vs apt update, upgrade, dist-upgrade, full-upgrade

preview_player
Показать описание
A deep dive into the difference between command line apt-get and command line apt for updating and upgrading with update, upgrade, dist-upgrade, and full-upgrade commands
Рекомендации по теме
Комментарии
Автор

i've been having this apt update and upgrade problems with kali linux 2019.1 running on wsl2 (windows subsystem for linux), this tutorial opened my mind a bit to understand what i was doing with these commands, much thanks bro👍🏻👍🏻👍🏻

devviz
Автор

How to Resolve after upgrade Nethunter/Kali Linux, can’t start/connect to VNC

ArmanKhan-iqji
Автор

"ubuntu is simple"
sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoremove
"arch based"
sudo pacman -Syu
... hmmm

thinboxdictator