0

I've tried the different solutions listed in here:

What can I do if a repository/PPA does not have a Release file?

First solution: ppa-purge

sudo ppa-purge ppa:bashsenpai/cli/ubuntu
Updating packages lists
E: The repository 'http://ppa.launchpad.net/bashsenpai/cli/ubuntu focal Release' does not have a Release file.
Warning:  apt-get update failed for some reason

Second solution: add-apt-repository

sudo add-apt-repository --remove ppa:bashsenpai/cli/ubuntu
Cannot add PPA: 'ppa:~bashsenpai/cli/ubuntu'.
The user named '~bashsenpai' has no PPA named 'cli/ubuntu'
Please choose from the following available PPAs:
 * 'cli':  BashSenpai CLI
(gives me the prompt back, won't let me 'choose' anything)
karel
  • 114,770
Ya.
  • 249
  • 2
  • 6
  • 14

1 Answers1

1

Use:

sudo add-apt-repository --remove ppa:bashsenpai/cli
GAD3R
  • 3,507