derrickmcc wrote:...
I have therefore done a manual install:
- Code: Select all
sudo dpkg -i --force-depends fahclient_7.1.52_amd64.deb
Selecting previously unselected package fahclient.
(Reading database ... 109156 files and directories currently installed.)
Unpacking fahclient (from fahclient_7.1.52_amd64.deb) ...
Adding system user fahclient...done
dpkg: fahclient: dependency problems, but configuring anyway as you requested:
fahclient depends on libssl0.9.8; however:
Package libssl0.9.8 is not installed.
Setting up fahclient (7.1.52) ...
update-rc.d: using dependency based boot sequencing
Starting fahclient. . .OK
Unfortunately, any time I need to install a new package, I am forced to remove FAHClient because of the dependency problems.
I then install the new package and manually re-install FAHClient using:
sudo dpkg -i --force-depends fahclient_7.1.52_amd64.deb
as above.
The main downside of this is that I lose the current WU in the process.