Syntax
#!/bin/bash
#
#Author: Yash K
########################
sudo apt update -y
sudo apt list –upgradable -a
sudo apt upgrade -y
sudo dpkg –configure -a
sudo apt install -f
sudo apt update –fix-missing
sudo apt –fix-broken install -y
Download Full Script
| Purpose: | |
| Modification: | NA |
| Type: | |
| Compatibility: | |
| Tags: | |
| Reference link: |