This script allows you to fix the broken ubuntu packages.
Most of the time the broken packages will be fixed by removing them.
Getting Started | Documentation | License |
---|
First off, download the script:
wget --no-cache https://gist.github.com/EmpireWorld/8eb920165777399cfd684d8d4227a6e2/raw/fix-broken.sh
And then try one of the following methods: (The default method is remove)
- Fix by Removing: (Recommended) (Default)
./fix-broken.sh remove
- Fix by Installing:
./fix-broken.sh install
- Fix by Updating:
./fix-broken.sh update
Or trying to use the typical script:
./fix-broken.sh
Here is small documentation about the usage of fix-broken script:
./fix-broken.sh [install|remove|update] [apt|apt-get]
MIT @ Hasan Bayat
Made with ❤️ by Hasan Bayat