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