0

So I'm working for a school and they want me to install a communication program called firstclass. It has a .deb called fcc-10.014-linux.i686.deb. I tried clicking on it and it opened the software center. It said dependency not satisfiable libqt3-mt|libqt3c102-mt.

The instructions say:

Command Line Installation Instructions

Debian Intel (Also for use on Ubuntu, Knoppix, and other Debian x86 derivatives):
        # su
        Password: ******
        # dpkg -i fcc-10.014-Linux.i686.deb

When I type these nothing happens. Do I need to direct it to a directory where it is stored? I tried throwing the file in home and navigating the terminal there to put in the commands. Firstclass is a free download from here http://www.firstclass.com/Resources/ClientDownloads

Thanks

Tim
  • 33,500

1 Answers1

0

Here one person had missed libqt3-mt package in 13.04: Missing libqt3-mt in 13.04
Try to download that package from the link put there and install it. Later, try again to install firstclass and to tell us.

Akronix
  • 1,223