I installed the newer kernel version linux-image-5.19.0-38-generic
because of a key error related to installed packages with unmet dependencies. After the installation there was no Ethernet nor wireless connection available anymore.
So I downgraded to the older kernel version linux-image-5.19.0-35-generic
. This did not change anything. In fact, I still get an error message related to installed packages with missing dependencies.
I tried to reinstall the network manager packager offline (with the sudo dpkg -i network-manager*.deb
command) but dependency problems prevent the configuration of the Network Manager. E.g. neither the dependencies libndp0
nor the libteamdctl0
are installed.
How do I install the Network Manager with all its missing dependencies offline?
In general, I would appreciate every suggestion you have concerning the problem with installed packages with missing dependencies.