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'
no prompt install of F@H client
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 522
- Joined: Mon Dec 03, 2007 4:33 am
- Location: Australia
Re: no prompt install of F@H client
Try DEBIAN_FRONTEND=noninteractive dpkg -i --force-depends fahclient_7.5.1_amd64.deb
Re: no prompt install of F@H client
thanks. I got it working with dpkg-deb -R fahclient_7.5.1_amd64.deb /root/fah