On Monday 15 July 2024 21:04:41 Mike Bird via tde-users wrote:
sudo ldconfig returns nothing at all.
That's good.
sudo dpkg --configure -a dpkg: dependency problems prevent configuration of iptables-persistent: iptables-persistent depends on netfilter-persistent (= 1.0.20); however: Package netfilter-persistent is not installed. ufw (0.36.2-1) breaks iptables-persistent and is installed.
dpkg: error processing package iptables-persistent (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: iptables-persistent
sudo dpkg --configure --force-depends -a dpkg: dependency problems prevent configuration of iptables-persistent: iptables-persistent depends on netfilter-persistent (= 1.0.20); however: Package netfilter-persistent is not installed. ufw (0.36.2-1) breaks iptables-persistent and is installed.
dpkg: error processing package iptables-persistent (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: iptables-persistent
No problems reported from anything apt related. Just some simple firewall conflicts.
I actually use ufw. I have considered making more use of iptables, but ufw is my go-to firewall at the moment.
So, does apt work now?
--Mike
Same error message as before, like a broken record:
apt-get: symbol lookup error: /usr/lib/x86_64-linux-gnu/libapt-private.so.0.0: undefined symbol: _ZN11pkgDepCache24IncreaseActionGroupLevelEv, version APTPKG_6.0
Looks like I will probably have to do another reinstallation; but hopefully this time I won't be pressed for time. I think that probably screwed me up.
Bill