I've been trying to update my Ubuntu 20.04 using the command sudo apt update
but I always get this same error:
E: The repository 'http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
I tried to add that PPA with sudo add-apt-repository ppa:t-tujikawa/ppa
but I get the same output error above.
What should I do to solve this issue?