System Update Problems

Hi, thanks for all the assistance so far! I’m afraid although I’ve been using Linux since 2006 I’ve never really learned much about this stuff. :blush: Linux these days is just too user friendly! (More so than Windows IMO which I find to be a pain in the rear).

I’ve managed to reinstall almost all the packages that were removed, but when I get to libnepomukutil4 I’m geting the following:

You don’t need those two packages as they were superseeded by baloo

Thanks! :slight_smile:

sudo apt-get update
and

[code]W: http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu/dists/frontier-14/main/binary-amd64/Packages . 404 Not Found

W: http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu/dists/frontier-14/main/binary-i386/Packages. 404 Not Found[/code]

here is official-package-repositories.list

[code]deb http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu frontier-14 main #id:netrunner_main
deb http://ppa.launchpad.net/netrunner-os/frontier-14/ubuntu trusty main
deb http://ppa.launchpad.net/netrunner-os/frontier-14-packages/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
[/code]

Another things
I can’t install libmuonprivate2 libnepomuk4 libnepomukquery4a
libnepomukutils4 because of broken depency;

Depency: libkdecore5 (= 4:4.13.3-0ubuntu0.2) but 4:4.14.2-0ubuntu1~ubuntu14.04~ppa2 install Depency: libkdeui5 (= 4:4.13.3-0ubuntu0.2) but 4:4.14.2-0ubuntu1~ubuntu14.04~ppa2 install

and kubuntu-ppa/backports is active.

[quote]I can’t install libmuonprivate2 libnepomuk4 libnepomukquery4a
libnepomukutils4 because of broken depency;
[/quote]
See the above you don’t need libnepomuk anymore.

[quote]deb http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu frontier-14 main #id:netrunner_main
[/quote]
Not sure where this line comes from at least it is completely wrong and the correct one is already in the official-repo list.
Just remove this line.

oh sorry silly me yes I saw it.
About the line is


it was the main Netrunner repo but I removed it and now no problem.
Thank you leszek there is no reason to be in a panic right now

After the update by doing this :

sudo apt-get update && sudo apt-get install netrunner-apt-config && sudo apt-get update && sudo apt-get dist-upgrade

I had the same problem

[code]W: Impossible de récupérer http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu/dists/frontier-14/main/binary-amd64/Packages 404 Not Found

W: Impossible de récupérer http://ppa.launchpad.net/netrunner-os/frontier-14-packages/ubuntu/dists/frontier-14/main/binary-i386/Packages 404 Not Found[/code]

This repository isn’t existing and needs to be removed then the 404 will disappear.

Ok but there is something wrong somewhere in the update process because it’s the update that create that line :

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

Is this still revelant after the update because it’s deleted by the update :

deb http://packages.netrunner-os.com frontier-14 main  #id:netrunner_main

Actually this :

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

replace this :

deb http://packages.netrunner-os.com frontier-14 main  #id:netrunner_main

Yes, leszek is right about that repository not existing.

For Netrunner 14 LTS (Trusty Tahr) the PPA repository link would actually be:

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

I wonder if paviluf is correct in his assertion that one of the updates is causing this issue, depending on which version of Netrunner the user started out with. This issue has also been noted in prior posts within the Netrunner 14 forum as well as in the older archived Netrunner Standard forums, so one has to assume that this is an ongoing problem.

I personally believe that this issue is also being caused by the following upgrade method being used, instead of just doing a re-install between releases or using the official update scripts, the user tried to use the old change repositories and run dist-upgrade method.

Yes it works.

I simply follow the recommendation of leszek to update and the update set a repository that not exist : http://forums.netrunner-os.com/showthread.php?tid=17088&pid=25271#pid25271

Using those commands given in that post you linked to would essentially be doing the same thing as what I describe in the last paragraph of my post. So maybe, just maybe, the issue is in the netrunner-apt-config package then.

PS. I wasn’t trying to blame you for anything.

No problem I just want to know what happen to my system and help you to fix the update process (or netrunner-apt-config) if it’s broken :wink:

The package is not broken. It is basically speaking mintsources that somehow produces that problem and was removed for that reason from 14.1. On upgrading it isn’t removed though.

So is it possible make a clean update ?
If yes how ?

Remove mintsource before the upgrade and then perform a normal sudo apt-get upgrade

Ok thank you I have 2 other computers to update it will be useful :wink:
Maybe this can be add to the release announcement http://www.netrunner-os.com/release-netrunner-14-1/ ?

Is there any other way to check if i have 14.1 after running the commands. As I have check in the properties and it still says 14 and that is it

Mark

You can check with the command lsb_release -r. But if you have KDE SC 4.14 then you are basically up to date.