I have two systems that I maintain remotely using apt-get check/update/upgrade
(each run separately) via ssh. Why do I not get a message about restarting the
system even though the update packages listing that I get contain information
that a new kernel is available?
I get this series of messages:
cdjsys@ursa:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-generic linux-headers-generic linux-image-generic ubufox
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
How can I install these?
Thanks,
Jay
--
Jay Ridgley
jrid...@austin.rr.com
Registered Linux User ID - 9115
https://linuxcounter.net/cert/9115.png
Registered Ubuntu User ID - 23320
--
ubuntu-users mailing list
ubuntu...@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
What type of message would you expect?
> I get this series of messages:
>
> cdjsys@ursa:~$ sudo apt-get upgrade
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> The following packages have been kept back:
> linux-generic linux-headers-generic linux-image-generic ubufox
> 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
>
> How can I install these?
sudo apt-get install linux-generic linux-headers-generic linux-image-generic ubufox
Nils
sudo apt-get dist-upgrade
sudo apt get dist-upgrade
Will update packages that have previously been held back
Sent from my iPad