depends on the way how it is released.
you dont need to "install" a precompiled binary - just download, maybe extract and use it
as soon as link to new binarys are here i'll help you out
Greetings - Astrali
This way you could compile it on your own - but i guess thats not the best opinion for a linux starter.
git clone -b futurebit2_driver https://github.com/jstefanop/bfgminer
sudo apt-get install libevent-dev
cd bfgminer
./autogen.sh
./configure --enable-scrypt --enable-futurebit
make
1 will download the bfgminer source
2 will install some dependencies to compile bfgminer (maybe you need some more - we can fix it together - or a little google will help)
3 enter bfgminer directory
4 run automatic script ..
5 configure the source code to use scrypt algo and include the futurebit driver as well (i didnt excluded other mining hardware! takes longer to compile but more devices will work)
6 compile the sourcecode