Problem with repositories

Where can I find the official list of repositories? I have a problem with updates:

Failed to fetch http://archive.canonical.com/dists/frontier-14/partner/binary-i386/Packages 404 Not Found [IP: 91.189.92.150 80] Failed to fetch http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu/dists/frontier-14/main/binary-i386/Packages 404 Not Found

Post that I found on the forum for me is incomprehensible.

The package is called netrunner-apt-config

I do not understand what I do with it? I need a specific solution.

You need to reinstall this package. This should fix the error. Please see the other threads we had alreadyabout that. It is all explained there.

As I wrote in the first post, I do not understand this thread, do not know how to do it.

https://github.com/netrunner/netrunner-apt-config/tree/master/etc/apt/sources.list.d

Did you try reinstalling the package netrunner-apt-config with muon or synaptic ?
On a terminal it would be this command

sudo apt-get install --reinstall netrunner-apt-config
When it asks to overwrite files say yes.

Thanks :wink:
[hr]

After this in the console appears:

[quote]http://archive.canonical.com/dists/frontier-14/partner/binary-i386/Packages
404 Not Found [IP: 91.189.92.150 80]
http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu/dists/frontier-14/main/binary-i386/Packages
404 Not Found[/quote]

What else can you do?

Change those two repository URL lines in your sources.list file like this:

http://archive.canonical.com/ubuntu/ trusty partner
http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu trusty main

After removing these lines, there was one update

when you try to update shows up:

and nothing I can do about it.

Please don’t remove the frontier-14-packages line. Upgrading might break your system.
Just replace the two lines as stated from Aj

I totally do not understand -, -
The contents of my file looks like this:

[quote]# Do not edit this file manually, use Software Sources instead.

deb Index of /netrunner-os/frontier-14-packages/ubuntu frontier-14 main #id: netrunner_main
deb Index of /netrunner-os/frontier-14/ubuntu trusty main
deb Index of /netrunner-os/frontier-14-packages/ubuntu trusty main
deb Index of /netrunner-os/frontier-14-updates/ubuntu trusty main

deb Index of /ubuntu trusty main restricted universe multiverse
deb Index of /ubuntu trusty-security main restricted universe multiverse

deb Index of /ubuntu trusty-security main restricted universe multiverse
deb Index of /ubuntu trusty partner[/quote]

What I’m here to replace?

The first line is wrong.
Please use this:

# Do not edit this file manually, use Software Sources instead.

deb http://packages.netrunner-os.com frontier-14 main  #id:netrunner_main
deb http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu trusty main
deb http://ppa.launchpad.net/netrunner-os/frontier-14/ubuntu trusty main
deb http://ppa.launchpad.net/netrunner-os/frontier-14-updates/ubuntu trusty main

deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner

Unfortunately, it did not help, it still shows up:

[quote]http://archive.canonical.com/dists/frontier-14/partner/binary-i386/Packages
404 Not Found [IP: 91.189.92.191 80][/quote]

and update stops

As this line is nowhere to be found in the above it needs to hide in some other file maybe in /etc/apt/sources.list

I have something like this:

deb http://archive.canonical.com/ frontier-14 partner

in /etc/apt/sources.list file aditional-repositories.list

Could this be it? And what to do?

Remove it.

After removing the file, search for updates stops at 20% and stands, combines a very long time with each address, after restoring the file is the same, 20% and stands …

Don’t rermove the file just the line.

I leave an empty file? Without entry?

Edit:
It does not matter what I do, stops at 20%. Do Not I am able to fix it, do not understand what is happening and what to do about it.