====== FirstClass in Ubuntu ====== Probably not so relevant now, as the University moves away from FirstClass but it is available for Ubuntu as a Debian Package (deb). ===== Installing ===== First you need to install a couple of libraries that it makes use of. Open a terminal (**Applications->Accessories->Terminal**) and type: sudo apt-get install libqt-mt Next you need to download the FirstClass package from [[http://www.firstclass.com/Divisions/FAV13-0024FC95/?Plugin=FC&OpenItemURL=S047C50E4|FirstClass]]'s web site. Under "Linux" choose the "Debian Intel" package. If you do this from Firefox it will open in the package manager allowing you to install or tell you if any requirements are missing. If you are using another browser, you may need to do it from the command line: dpkg -i fcc-8.315-2-Linux-i686.deb You can now run FirstClass by clicking "**Applications->Internet->FirstClass Client**" ===== Configuring Links ===== FirstClass is setup for Konqueror, so if you are using Fireox, open a terminal and type: vi ~/firstclass/fcapps Change the lines that read: # specify URLS by preceeding with a ':' as follows... # :nntp:=/usr/bin/konqueror :http:=/usr/bin/konqueror :https:=/usr/bin/konqueror :ftp:=/usr/bin/konqueror :mailto:=fcc'' To: # specify URLS by preceeding with a ':' as follows... # :nntp:=/usr/bin/firefox :http:=/usr/bin/firefox :https:=/usr/bin/firefox :ftp:=/usr/bin/firefox :mailto:=fcc''