How To Fix Broken PPAs On Linux
Page 1 of 1
How To Fix Broken PPAs On Linux
Vid
1st clear out any damaged apps in update cache it removes broken packegs.
then check repo lists
here is how to remove a ppa
now you can delete this from the folder if you dont need it or want it.
now type
and its gone now do an update
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Other methods: (example don't use this line)
1st clear out any damaged apps in update cache it removes broken packegs.
- Code:
dpkg --configure -a
then check repo lists
- Code:
sudo gedit /etc/apt/sources.list
here is how to remove a ppa
- Code:
sudo ls /etc/apt/sources.list.d
now you can delete this from the folder if you dont need it or want it.
- Code:
cd /etc/apt/sources.list.d
- Code:
sudo rm *.*
- Code:
or a specific entry by its name instead of all *.*
now type
- Code:
ls
and its gone now do an update
- Code:
apt update && apt upgrade
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Other methods: (example don't use this line)
- Code:
sudo apt-add-repository --remove ppa:kernel-ppa/ppa
Similar topics
» How to fix a broken Parrot OS
» Reconnect to broken terminal session using tmux.
» Find your linux repo lists on Linux
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» use inkscape for linux for a good graphic editor for linux
» Reconnect to broken terminal session using tmux.
» Find your linux repo lists on Linux
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» use inkscape for linux for a good graphic editor for linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum