3

How do I use my modem to send a fax from my laptop where ubuntu is installed. How do I "print" to a fax modem to send a fax

user68186
  • 37,795

2 Answers2

1

You can install efax software by running in terminal.

sudo apt-get install efax

If you need GUI for that, install it by

sudo apt-get install efax-gtk
Pilot6
  • 92,169
0

You might want to try

efax

https://apps.ubuntu.com/cat/applications/saucy/efax/

Remember to select your Ubuntu version first.

impalle
  • 177