Project FROCOR - Frocor Debian Packages


Downloads:

Source Packages

Dependencies

Debian Packages

Documentation

Contact:

Fabian Stoehr
Daniel Gruen

apt-get

sources.list line

Just add the following line to your sources.list:

deb http://fstoehr.de/debian/ [distribution] main contrib non-free

and if you like source packages:

deb-src http://fstoehr.de/debian/ "distribution" main contrib non-free

with distribution being unstable, sid, testing, sarge etc. (currently woody is not supported since it doesn't have qt3)

Installation

you can install every frocor-component individually, or all of them with

apt-get install frocor

the names of the Debian packages are:

  • frocor (meta-package depending on all others)
  • frocor-scripts
  • fms
  • ocor
  • ocor-sdlclient
  • tcp-uds-connector
  • genuds

sources.list examples

  • If you are using debian unstable:
    deb http://fstoehr.de/debian/ unstable main contrib non-free

  • If you are using debian sarge/testing:
    • if you plan to continue using testing (etch) after sarge releases next week or so:
      deb http://fstoehr.de/debian/ testing main contrib non-free
    • If you prefer to switch to stable when sarge is released:
      deb http://fstoehr.de/debian/ sarge main contrib non-free