Linux CLI - Package Management
You want to upgrade only the package
nginx without upgrading others. Which command should you use?nginx without upgrading others. Which command should you use?apt install --only-upgrade upgrades specified package only.apt upgrade nginx is invalid syntax; apt update nginx is invalid; autoremove removes unused packages.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions