Tuesday 23 August 2016

Remove APT Repository from newer versions of Ubuntu

To remove apt repository from newer versions of Ubuntu, Just type the below command in terminal

cd /etc/apt/sources.list.d

and then remove the files manually using

sudo rm -f <<filename>>.list
sudo rm -f <<filename>>.save

No comments:

Post a Comment