filmov
tv
How to update and upgrade packages in Linux (Ubuntu/Debian) with one command
![preview_player](https://i.ytimg.com/vi/Ew99qvQFBLM/maxresdefault.jpg)
Показать описание
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]"
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]"