Page 1 of 1

no prompt install of F@H client

Posted: Wed Mar 25, 2020 11:47 pm
by Etherion
I need a way to install the fahclient_7.5.1_amd64 without getting the prompts.
It works to run this command but it still prompts me.
dpkg -i --force-depends --force-confdef fahclient_7.5.1_amd64.deb;

the idea is is to run the FAHClient with paramters --user=me--passkey=1234--team=1234-

if i try apt install i get this
root@C.497389:~$ apt install fahclient_7.5.1_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fahclient_7.5.1_amd64.deb
E: Couldn't find any package by glob 'fahclient_7.5.1_amd64.deb'
E: Couldn't find any package by regex 'fahclient_7.5.1_amd64.deb'

Re: no prompt install of F@H client

Posted: Mon Mar 30, 2020 11:27 am
by anandhanju
Try DEBIAN_FRONTEND=noninteractive dpkg -i --force-depends fahclient_7.5.1_amd64.deb

Re: no prompt install of F@H client

Posted: Mon Mar 30, 2020 6:44 pm
by Etherion
thanks. I got it working with dpkg-deb -R fahclient_7.5.1_amd64.deb /root/fah