• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How to Fix PPA “404 Not Found” Error When Running “apt-get update”

How to Fix PPA “404 Not Found” Error When Running “apt-get update”

By Sourabh / March 21, 2015 Category: How To, Ubuntu

Fix a 404 Error when using a PPA or updating package lists. Solve PPA “404 Not Found” error when running “apt-get update”. This tutorial explains how to fix 404 Error using the Ubuntu archives?

What are 404 errors

Ubuntu-404-PPA-Error-o1

The 404 or Not Found error message is a HTTP standard response code indicating that the client was able to communicate with the server, but the server could not find what was requested. It is similar to website 404 error. The web site generates “404 – Page Not Found” web page error, when there is a broken or dead link.

What are the causes of 404 errors

There are various causes of these 404 errors in update-manager. But the important three main causes are:

  1. User has just upgraded and has re-enabled a PPA software-source that no longer exists
  2. User has manually typed in a new software source incorrectly enter image description here
  3. PPA was added, but the maintainer has subsequently deleted some/all of the PPA

PPAs typically are saved in either:
“/etc/apt/sources.list” or “a named file with a .list file-extension in /etc/apt/sources.list.d/”. To view the PPAs installed, in your terminal, type:

sudo gedit /etc/apt/sources.list

In the text editor, look for PPA sources, URLs that feature the ppa.launchpad.net domain. Also note that if you see a # at the front of a line of text (in sources.list) it means that it is commented out and is not checked by the package manager.

In simple words, if you type the wrong PPA address or you try to add a PPA that doesn’t provide packages for the current Ubuntu version, you’ll get a “404 Not Found” error message when you run “apt-get update” command.

These errors are much harmless, but they slow down “apt-get update” and you must disable the PPAs that cause the 404 errors.

A simple script names “fix404” checks for “404 not found” messages for all the PPAs added to the software sources. It is an easiest way to find them and to disable them. Here’s how to do this:


sudo apt-add-repository ppa:lkjoel/fix404
sudo apt-get update
sudo apt-get install fix404
sudo fix404

In case you’ve ran fix404 before the fix and get an Update Manager error, run this command in a terminal:

sudo chmod 644 /etc/apt/sources.list.d/*

Download 404 Not Found PPA

You can also try:


sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list.d/official-package-repositories.list
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list.d/official-source-repositories.list

After you’ve done the above, run the updates and then the upgrade as usually:

sudo apt-get update
sudo apt-get dist-upgrade
sudo do-release-upgrade

You must also know how to upgrade an End of Life (EOL) release of Ubuntu to a supported system.

Tags: Fix "apt-get update" Error, Fix i386 Packages 404 Not Found, Fix PPA "404 Not Found" Ubuntu Update Error, Fix PPA "404 Not Found" Update Error, Fix PPA Update Error, Fix Ubuntu "apt-get update" Terminal Error, Fix Ubuntu "apt-get update" Ubuntu Terminal Error, Fix Ubuntu PPA Update Error, How to Fix PPA "404 Not Found" Error, How to Resolve i386 Packages 404 Not Found, i386 Packages 404 Not Found Ubuntu Error, Linux Ubuntu i386 Packages 404 Not Found, Linux Ubuntu Update Error, PPA Update Error, Ubuntu 14.04, Ubuntu 14.04/14.10 PPA Update "404 Not Found" Error, Ubuntu 14.04/14.10 PPA Update Error, Ubuntu 14.10, Ubuntu Fix "apt-get update" Error, Ubuntu How to Fix PPA "404 Not Found" Error, Ubuntu i386 Packages 404 Not Found Error, Update i386 Packages 404 Not Found

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap