Linux CLI - Package Management
You want to automate updating your system and cleaning unused packages in one script. Which sequence of commands is correct?
apt update to refresh package lists, then apt upgrade to upgrade packages.apt autoremove removes unused dependencies after upgrades.-y to auto-confirm prompts.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions