Difference between revisions of "DEB Installation"
Beuc-inria (talk | contribs) (Update status + drop obsolete/404 versions + integrate auto-built packages in the other sections) |
|||
Line 1: | Line 1: | ||
There are <code>.deb</code> packages available for Debian and derivatives such as Ubuntu. | There are <code>.deb</code> packages available for Debian and derivatives such as Ubuntu. | ||
− | == | + | == FusionForge 6.0 (stable) == |
− | |||
− | To use the Debian package repository, use | + | === Autobuilt packages from the project === |
+ | |||
+ | Packages that pass the automated test suite are made available to the world for better testing. | ||
+ | |||
+ | To use the Debian package repository, use this line in your APT <tt>sources.list</tt> : | ||
deb http://fusionforge.fusionforge.org/deb/ jessie-6.0/ | deb http://fusionforge.fusionforge.org/deb/ jessie-6.0/ | ||
− | |||
− | The repository is signed with the key available at http://fusionforge.fusionforge.org/deb/B998DC6C.asc; use apt-key add to add it to your APT configuration. | + | These packages are built for Debian 8 (Jessie). |
+ | |||
+ | The repository is signed with the key available at http://fusionforge.fusionforge.org/deb/B998DC6C.asc; use <tt>apt-key add</tt> to add it to your APT configuration. | ||
− | == | + | === Packages in distros === |
The maintainers of the official Debian packages are also FusionForge developers, so great care is taken to maintain usable official Debian packages. | The maintainers of the official Debian packages are also FusionForge developers, so great care is taken to maintain usable official Debian packages. | ||
Line 19: | Line 23: | ||
Status: | Status: | ||
− | * '''Debian Jessie/8''': pending [https:// | + | * '''Debian Jessie/8''': pending [https://packages.qa.debian.org/f/fusionforge.html testing acceptance]; will be pushed to [http://backports.debian.org/ backports]. |
− | * '''Ubuntu''': | + | * '''Ubuntu''': 6.0 will be in Ubuntu [http://packages.ubuntu.com/search?keywords=fusionforge wily] |
− | You can rebuild your own FusionForge packages (possibly including local patches), see [[Virtual_machine_development_environment#Building_and_installing_FusionForge|Building and installing FusionForge]]. Or install [[Installing/FromSource|from source]]. | + | === Manual install === |
+ | |||
+ | You can rebuild your own FusionForge packages (possibly including local patches), see [[Virtual_machine_development_environment#Building_and_installing_FusionForge|Building and installing FusionForge]]. | ||
+ | |||
+ | Or install [[Installing/FromSource|from source]]. | ||
== FusionForge 5.3 (oldstable) == | == FusionForge 5.3 (oldstable) == | ||
Line 30: | Line 38: | ||
The maintainers of the official Debian packages are also FusionForge developers, so great care is taken to maintain usable official Debian packages. | The maintainers of the official Debian packages are also FusionForge developers, so great care is taken to maintain usable official Debian packages. | ||
+ | Status: | ||
* '''Debian Jessie/8''': directly available ([http://packages.qa.debian.org/f/fusionforge.html package status]) | * '''Debian Jessie/8''': directly available ([http://packages.qa.debian.org/f/fusionforge.html package status]) | ||
apt-get install fusionforge-full | apt-get install fusionforge-full | ||
Line 36: | Line 45: | ||
apt-get update | apt-get update | ||
apt-get install -t wheezy-backports fusionforge-full | apt-get install -t wheezy-backports fusionforge-full | ||
− | |||
See <tt>README.Debian</tt> files in <tt>/usr/share/doc/[fusionforge*|gforge*]</tt> dirs for details on installation instructions or configuration issues (some packages still have a ''gforge-'' prefix whereas some are named ''fusionforge-''; the naming migration will be finished in the next FusionForge version). | See <tt>README.Debian</tt> files in <tt>/usr/share/doc/[fusionforge*|gforge*]</tt> dirs for details on installation instructions or configuration issues (some packages still have a ''gforge-'' prefix whereas some are named ''fusionforge-''; the naming migration will be finished in the next FusionForge version). | ||
Line 42: | Line 50: | ||
You can rebuild your own FusionForge packages (possibly including local patches), see [[Virtual_machine_development_environment#Building_and_installing_FusionForge|Building and installing FusionForge]]. Or install [[Installing/FromSource5.3|from source]]. | You can rebuild your own FusionForge packages (possibly including local patches), see [[Virtual_machine_development_environment#Building_and_installing_FusionForge|Building and installing FusionForge]]. Or install [[Installing/FromSource5.3|from source]]. | ||
− | |||
− | + | == FusionForge development version == | |
− | |||
− | + | Packages that pass the automated test suite are made available to the world for better testing. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | These packages are built for Debian 8 (Jessie), and are built from the master branch. Be careful if you use these packages! | ||
− | + | deb http://fusionforge.fusionforge.org/deb/ jessie-master/ | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | The Debian "experimental" section may also contain ''snapshots'' of the development version. | |
− | |||
− | Debian '' | ||
− | |||
− | |||
− | |||
− | |||
[[Category:Install]] | [[Category:Install]] |
Revision as of 11:59, 1 September 2015
There are .deb
packages available for Debian and derivatives such as Ubuntu.
Contents
FusionForge 6.0 (stable)
Autobuilt packages from the project
Packages that pass the automated test suite are made available to the world for better testing.
To use the Debian package repository, use this line in your APT sources.list :
deb http://fusionforge.fusionforge.org/deb/ jessie-6.0/
These packages are built for Debian 8 (Jessie).
The repository is signed with the key available at http://fusionforge.fusionforge.org/deb/B998DC6C.asc; use apt-key add to add it to your APT configuration.
Packages in distros
The maintainers of the official Debian packages are also FusionForge developers, so great care is taken to maintain usable official Debian packages.
Plan:
apt-get install fusionforge
Status:
- Debian Jessie/8: pending testing acceptance; will be pushed to backports.
- Ubuntu: 6.0 will be in Ubuntu wily
Manual install
You can rebuild your own FusionForge packages (possibly including local patches), see Building and installing FusionForge.
Or install from source.
FusionForge 5.3 (oldstable)
Your distribution contains official packages of FusionForge 5.3.x.
The maintainers of the official Debian packages are also FusionForge developers, so great care is taken to maintain usable official Debian packages.
Status:
- Debian Jessie/8: directly available (package status)
apt-get install fusionforge-full
- Debian Wheezy/7: available through backports.debian.org (package status) (generic backports instructions)
echo "deb http://http.debian.net/debian wheezy-backports main" > /etc/apt/sources.list.d/backports.list apt-get update apt-get install -t wheezy-backports fusionforge-full
See README.Debian files in /usr/share/doc/[fusionforge*|gforge*] dirs for details on installation instructions or configuration issues (some packages still have a gforge- prefix whereas some are named fusionforge-; the naming migration will be finished in the next FusionForge version).
You can rebuild your own FusionForge packages (possibly including local patches), see Building and installing FusionForge. Or install from source.
FusionForge development version
Packages that pass the automated test suite are made available to the world for better testing.
These packages are built for Debian 8 (Jessie), and are built from the master branch. Be careful if you use these packages!
deb http://fusionforge.fusionforge.org/deb/ jessie-master/
The Debian "experimental" section may also contain snapshots of the development version.