Hello,
I've been using Kubuntu for the past couple of months and never had issues with updates. Today however I ran into some sort of a loop related to some missing packages - (as this is my fist post I am forbidden to post links). As I cannot even preview my post, I'll submit this one and try and post the error messages.
I run the following commands:
sudo apt-get update
This ends with at least 5 errors of type package 404 not found.
Then I try to force the upgrade:
sudo apt-get upgrade
This tells me some packages need to be removed:
linux-headers-3.13.0-48 linux-headers-3.13.0-48-generic
linux-image-3.13.0-48-generic linux-image-extra-3.13.0-48-generic
Aby je usunąć należy użyć "apt-get autoremove".
So I run:
sudo apt-get autoremove
This seems to finish Ok with something like:
depmod....
DKMS: uninstall completed.
Then the system is asking me to reboot, but this does not help, again Update fails on 404 errors.
Then it keeps asking me to check for updates first.
Any suggestions?
THis is on an HP laptop with an Nvidia graphics card.
The commans uname -a shows:
3.13.0-49-generic #81-Ubuntu SMP Tue Mar 24 19:29:48 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
I've been using Kubuntu for the past couple of months and never had issues with updates. Today however I ran into some sort of a loop related to some missing packages - (as this is my fist post I am forbidden to post links). As I cannot even preview my post, I'll submit this one and try and post the error messages.
I run the following commands:
sudo apt-get update
This ends with at least 5 errors of type package 404 not found.
Then I try to force the upgrade:
sudo apt-get upgrade
This tells me some packages need to be removed:
linux-headers-3.13.0-48 linux-headers-3.13.0-48-generic
linux-image-3.13.0-48-generic linux-image-extra-3.13.0-48-generic
Aby je usunąć należy użyć "apt-get autoremove".
So I run:
sudo apt-get autoremove
This seems to finish Ok with something like:
depmod....
DKMS: uninstall completed.
Then the system is asking me to reboot, but this does not help, again Update fails on 404 errors.
Then it keeps asking me to check for updates first.
Any suggestions?
THis is on an HP laptop with an Nvidia graphics card.
The commans uname -a shows:
3.13.0-49-generic #81-Ubuntu SMP Tue Mar 24 19:29:48 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Comment