[LINUX] ubuntu package update script

#Package update, automatic deletion and cache clean
sudo apt update && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt autoclean -y

Recommended Posts

ubuntu package update script
ubuntu update (July 14th, 2020)
[Linux] Update the package offline
Introduction of ferenOS 3 (package update, installation)
Docker environment update: add Python package
[python] Script that (should) update pwsh
Update package with pip standard features only
[Ubuntu] How to execute a shell script