Wednesday, April 6, 2022

[SOLVED] removeing repository addded by add-apt-repository

Issue

I just added a repository on my Debian 10 and I wanna remove it right now. The command was sudo add-apt-repository ppa:thopiekar/sierrabreeze. How do I remove it?


Solution

You can remove the repository using the command sudo add-apt-repository --remove ppa:thopiekar/sierrabreeze



Answered By - LUCA
Answer Checked By - Timothy Miller (WPSolving Admin)