Hi I am getting the following error after I run sudo apt-get upgrade
.
libkmod: ERROR ../libkmod/libkmod-config.c:712 kmod_config_parse: /etc/modprobe.d/psmouse.conf line 1: ignoring bad line starting with 'elantech_smbus=0'
Additionally, a list of packages that are not getting upgraded is starting to get longer. I also get the following message after upgrading from the terminal.
The following packages have been kept back:
apport apport-gtk libldap-2.5-0 libldap-2.5-0:i386 libldap-common libllvm15
libllvm15:i386 libnautilus-extension4 nautilus nautilus-data python3-apport
python3-problem-report
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
Let me know if any of you have any ideas what could be going on. The first package was not upgraded a few days ago. Then the number of "not upgraded" has slowly been increasing.
apt upgrade
can leave some behind as the documentation mentions (ie.man apt
and explore; its whyapt full-upgrade
exists as it perform the upgraded and will remove packages as required where upgrade will not). The restrictions onapt upgrade
allow you to install only what may not impact running apps & may require reboot, allowing you to schedule when you to full-upgrade at a more suitable time. Are you using a default/supported kernel, in which case which is it? (your first kernel module detail may require more detail from you) – guiverc Apr 12 '23 at 01:06apt full-upgrade
and restarted and I get the same result. I just ran it again just to make sure. Before writing this usedsudo apt update && sudo apt upgrade
.I'm using the 5.19.0-38-generic kernel. I'm running Ubuntu 22.10
– Jacob Hansen Apr 12 '23 at 01:16