How to find repository and then delete

I tried installing a VeraCrypt repo and got this when I “apt-get update”
Ign:1 Index of /unit193/encryption/ubuntu plucky InRelease
Err:2 Index of /unit193/encryption/ubuntu plucky Release
404 Not Found [IP: 185.125.190.80 80]

When I “nano /etc/apt/sources.list” it shows all the normal PureOS ones but nothing else. How do I find this VeraCrypt repo and remove it?

1 Like

Is it in /etc/apt/sources.list.d/

2 Likes

@irvinewade Nothing is in there.

2 Likes

What instructions did you follow exactly? Are you using a PPA?

1 Like

@FranklyFlawless I used “sudo add-apt-repository ppa:unit193/encryption -y”

1 Like

Okay, here is the command to remove the PPA:

sudo add-apt-repository --remove ppa:unit193/encryption
2 Likes

@FranklyFlawless That worked! Thanks!

1 Like