Code: Select all
sudo dpkg -i --force-depends fahclient_7.6.13_amd64.deb
...
dpkg: fahclient:amd64: dependency problems, but cofiguring anyway as you requested:
fahclient: amd64 depends on libc6
fahclient: amd64 depends on zlib1g
...
Code: Select all
sudo apt install libc6
libc6 is already the newest version (2.27-3ubuntu1)
sudo apt install zlib1g
zlib1g is already the newest version (1:1.2.11..dfsg-0ubuntu2]
Lukas