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

Mehul Sharma

I am getting an error while using the command :

sudo apt-get update

The error:

this shows the error i am getting

How can I solve it? since i am new to ubuntu i really dont know much so please help me

Samer Abu Gahgah

This message indicates that you have added a PPA that doesn't contain a proper file for your Ubuntu version. You can fix this problem by simply remove the PPA that cause the problem (note that no new software will be added), then find the proper PPA location and add it.

To remove a PPA:

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

in your case try:

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

and then

sudo apt update

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

sudo apt-get update gives 404 error "E: The repository 'http://ir.archive.ubuntu.com/ubuntu artful Release' no longer has a Release file."

From Dev

Error on sudo apt-get update, 404 Not Found

From Dev

apt-get update command results in 404 Not Found error

From Dev

apt-get update command results in 404 Not Found error

From Dev

404 errors and "repository does not have a release file" when using 'sudo apt update'

From Dev

Error while "sudo apt-get update"

From Dev

sudo apt-get update not connecting to repositories - GPG signature invalid / repository has no release file

From Dev

404 Not found error when I type sudo apt-get update

From Dev

"sudo apt-get update" gives 404 Not found in Ubuntu 14.10

From Dev

Ubuntu 20.04 apt-get update Release file not found

From Dev

Command "sudo apt-get update" runs with some error

From Dev

Command "sudo apt-get update" runs with some error

From Dev

errors while using 'sudo apt-get update'

From Dev

errors while using 'sudo apt-get update'

From Dev

sudo apt get update gives error - The package cache file is corrupted

From Dev

Error with apt-get update: Invalid 'Date' entry in Release file

From Dev

404 error with apt-get update, Don't have any PPA's

From Dev

Sudo apt-get-repository: command not found

From Dev

Terminal: sudo: apt-get: command not found

From Dev

sudo: apt-get: command not found

From Dev

Sudo apt-get-repository: command not found

From Dev

sudo: apt-get: command not found

From Dev

Terminal: sudo: apt-get: command not found

From Dev

Getting 404 not found errors when doing `sudo apt-get update`

From Dev

sudo: apt: command not found

From Dev

Mint-17.2 --Sudo apt-get update error package error 404

From Dev

apt update docker.com Release 404 not found

From Dev

Which PPA to purge in resolving this 404 error in apt-get udpate?

From Dev

Error in sudo apt-get update (N: Ignoring file 'google.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension)

Related Related

  1. 1

    sudo apt-get update gives 404 error "E: The repository 'http://ir.archive.ubuntu.com/ubuntu artful Release' no longer has a Release file."

  2. 2

    Error on sudo apt-get update, 404 Not Found

  3. 3

    apt-get update command results in 404 Not Found error

  4. 4

    apt-get update command results in 404 Not Found error

  5. 5

    404 errors and "repository does not have a release file" when using 'sudo apt update'

  6. 6

    Error while "sudo apt-get update"

  7. 7

    sudo apt-get update not connecting to repositories - GPG signature invalid / repository has no release file

  8. 8

    404 Not found error when I type sudo apt-get update

  9. 9

    "sudo apt-get update" gives 404 Not found in Ubuntu 14.10

  10. 10

    Ubuntu 20.04 apt-get update Release file not found

  11. 11

    Command "sudo apt-get update" runs with some error

  12. 12

    Command "sudo apt-get update" runs with some error

  13. 13

    errors while using 'sudo apt-get update'

  14. 14

    errors while using 'sudo apt-get update'

  15. 15

    sudo apt get update gives error - The package cache file is corrupted

  16. 16

    Error with apt-get update: Invalid 'Date' entry in Release file

  17. 17

    404 error with apt-get update, Don't have any PPA's

  18. 18

    Sudo apt-get-repository: command not found

  19. 19

    Terminal: sudo: apt-get: command not found

  20. 20

    sudo: apt-get: command not found

  21. 21

    Sudo apt-get-repository: command not found

  22. 22

    sudo: apt-get: command not found

  23. 23

    Terminal: sudo: apt-get: command not found

  24. 24

    Getting 404 not found errors when doing `sudo apt-get update`

  25. 25

    sudo: apt: command not found

  26. 26

    Mint-17.2 --Sudo apt-get update error package error 404

  27. 27

    apt update docker.com Release 404 not found

  28. 28

    Which PPA to purge in resolving this 404 error in apt-get udpate?

  29. 29

    Error in sudo apt-get update (N: Ignoring file 'google.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension)

HotTag

Archive