PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Fix Broken PPAs On Linux

Go down

How To Fix Broken PPAs On Linux Empty How To Fix Broken PPAs On Linux

Post by jamied_uk 5th May 2017, 15:20

Vid


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
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum