How to remove fprint ubuntu focal release message from Ubuntu Software

I'm just a week old into the world of Ubuntu. I tried to install a package for the fingerprint scanner and ran into trouble. I did remove almost all the packages that I installed for it Now in Ubuntu Software under the updates section when I check for new updates I get the following message Unable to download updates: E:The repository 'http://ppa.launchpad.net/fingerprint/fprint/-ubuntu focal release' doesn't have a release file. I wish to know how can i remove this message permanently enter image description here


Solution 1:

There are a couple of ways you can remove fprint repository to remove the message.

  1. As suggested by @chaganauto in the comments section, open the software & updates and select the relevant repository and click remove.

  2. use the following command in the terminal

sudo add-apt-repository --remove ppa:PPA_Name/ppa

ppa - the name of the repository should be same as mentioned in the message your are getting.

Hope this helps

There are some other ways to accomplish the task but these two should be sufficient.