PPA without release file

Abhay Patil

I am trying to install a tool called Stacer, to clean junk files from my PC (Ubuntu 20.04 LTS).

The app is installed but everytime is use sudo apt-get update && sudo apt-get upgrade, I get the following error

Ign:11 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu focal InRelease
Err:12 http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu focal Release 404 Not Found [IP: 2001:67c:1560:8008::15 80] Reading package lists... Done E: The repository 'http://ppa.launchpad.net/oguzhaninan/stacer/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.

What should I do?

EDIT 1 The question is not answered at What can I do if a repository/PPA does not have a Release file?.

They suggest to remove the PPA. But the error message says it is disabled by default. So there might be a way to enable it.

Lorenz Keel

The most recent version of Ubuntu supported by the PPA is disco, not focal. A solution is to go in the folder /etc/apt/sources.list.d and open the file called something similar to stacer.list

Inside the file, replace the string:

deb http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu focal main

with

deb http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu disco main

(in other words, replace focal with disco)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

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

From Dev

Release build without config file

From Dev

The repository 'http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu yakkety Release' does not have a Release file

From Dev

The repository 'http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu xenial Release' does not have a Release file

From Dev

The repository 'http://ppa.launchpad.net/armagetronad-dev/ppa/ubuntu bionic Release' does not have a Release file

From Dev

Kubuntu refuses to upgrade "E: The repository 'http://ppa.launchpad.net/gezakovacs/ppa/ubuntu disco Release' does not have a Release file."

From Dev

The repository 'http://ppa.launchpad.net/moonlight-team/pinta/ubuntu bionic Release' does not have a Release file

From Dev

E: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu disco Release' does not have a Release file

From Dev

Error 404 not found while using command sudo apt-get update - PPA shimmerproject has no release file

From Dev

Elementary OS PPA gives “The repository does not have a Release file.” error

From Dev

How to make PPA build for particular release

From Dev

How to make Windows Explorer release focus on a file without the mouse?

From Dev

pop a viewController without release

From Dev

Why is the google PPA reenabled after an upgrade to a new release?

From Dev

error during the import of the files for MaaS with its stable release via ppa

From Dev

How can I add a PPA from a previous release?

From Dev

How can I update the Ubuntu SDK preview from the Qt 5 Beta PPA to the Qt 5 Release PPA

From Dev

How can I update the Ubuntu SDK preview from the Qt 5 Beta PPA to the Qt 5 Release PPA

From Dev

What happens to PPA and applications installed from PPA if Ubuntu is updated to the next release

From Dev

Install package from without adding PPA

From Dev

Install package from without adding PPA

From Dev

How to check the information of a PPA without adding it

From Dev

Sink does not release file

From Dev

Lock file and release it

From Dev

Java - Semaphore release without acquire

From Dev

Java wait without lock release

From Dev

Maven Release Without Tagging or Compiling

From Dev

Java - Semaphore release without acquire

From Dev

How do I add a PPA in a shell script without user input?

Related Related

  1. 1

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

  2. 2

    Release build without config file

  3. 3

    The repository 'http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu yakkety Release' does not have a Release file

  4. 4

    The repository 'http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu xenial Release' does not have a Release file

  5. 5

    The repository 'http://ppa.launchpad.net/armagetronad-dev/ppa/ubuntu bionic Release' does not have a Release file

  6. 6

    Kubuntu refuses to upgrade "E: The repository 'http://ppa.launchpad.net/gezakovacs/ppa/ubuntu disco Release' does not have a Release file."

  7. 7

    The repository 'http://ppa.launchpad.net/moonlight-team/pinta/ubuntu bionic Release' does not have a Release file

  8. 8

    E: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu disco Release' does not have a Release file

  9. 9

    Error 404 not found while using command sudo apt-get update - PPA shimmerproject has no release file

  10. 10

    Elementary OS PPA gives “The repository does not have a Release file.” error

  11. 11

    How to make PPA build for particular release

  12. 12

    How to make Windows Explorer release focus on a file without the mouse?

  13. 13

    pop a viewController without release

  14. 14

    Why is the google PPA reenabled after an upgrade to a new release?

  15. 15

    error during the import of the files for MaaS with its stable release via ppa

  16. 16

    How can I add a PPA from a previous release?

  17. 17

    How can I update the Ubuntu SDK preview from the Qt 5 Beta PPA to the Qt 5 Release PPA

  18. 18

    How can I update the Ubuntu SDK preview from the Qt 5 Beta PPA to the Qt 5 Release PPA

  19. 19

    What happens to PPA and applications installed from PPA if Ubuntu is updated to the next release

  20. 20

    Install package from without adding PPA

  21. 21

    Install package from without adding PPA

  22. 22

    How to check the information of a PPA without adding it

  23. 23

    Sink does not release file

  24. 24

    Lock file and release it

  25. 25

    Java - Semaphore release without acquire

  26. 26

    Java wait without lock release

  27. 27

    Maven Release Without Tagging or Compiling

  28. 28

    Java - Semaphore release without acquire

  29. 29

    How do I add a PPA in a shell script without user input?

HotTag

Archive