I would like to run the reverse of this command to remove the non-compatible repository in Debian 8.1
sudo add-apt-repository -y ppa:nemh/systemback
where the command add-apt-repository
is in the package software-properties-common
.
I could not find the systemback
entry in /etc/apt/sources.list
.
How can you run the reverse of the command?
apt-key list
command, but it is actually the last 8 characters of the long key that is shown. – Mike Nakis Apr 06 '19 at 10:04sudo add-apt-repository -r <the repo you want to remove>
. – SeF Oct 04 '19 at 08:00sudo nano /etc/apt/sources.list
and delete the entry. The solution mentioned above is non-working in Debian, which is an objectively far superior OS to Ubuntu. – Wolfpack'08 Nov 11 '22 at 03:52