How to update and upgrade packages in Linux (Ubuntu/Debian) with one command

preview_player
Показать описание
Learn how to make a script to update, upgrade and autoremove packages in Linux (Ubuntu/Debian).

1. Create a file with the following content:
sudo apt update
sudo apt full-upgrade
sudo apt autoremove
2. Make the file executable: "chmod +x [filename]"
3. Execute "./[filename]"
Рекомендации по теме