nut-debian/docs/download.txt

186 lines
7.9 KiB
Plaintext
Raw Permalink Normal View History

2011-01-26 11:35:08 +02:00
Download information
====================
This section presents the different methods to download NUT.
Source code
-----------
[NOTE]
================================================================================
You should always use PGP/GPG to verify the signatures before using any source code.
2022-07-10 10:23:45 +03:00
You can use the
2011-01-26 11:35:08 +02:00
ifdef::website[]
link:docs/user-manual.chunked/ar01s09.html#verifySourceSig[following procedure]
endif::website[]
ifndef::website[]
2015-04-30 16:53:36 +03:00
<<verifySourceSig,following procedure>>.
2011-01-26 11:35:08 +02:00
endif::website[]
to do so.
================================================================================
2012-01-24 12:22:33 +02:00
Stable tree: {tree_version}
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2011-01-26 11:35:08 +02:00
2012-01-24 12:22:33 +02:00
- link:http://www.networkupstools.org/source/{tree_version}/nut-{revision}.tar.gz[nut-{revision}.tar.gz]
- link:http://www.networkupstools.org/source/{tree_version}/nut-{revision}.tar.gz.sig[PGP/GPG signature]
2012-06-01 16:55:19 +03:00
- link:http://www.networkupstools.org/source/{tree_version}/nut-{revision}.tar.gz.sha256[SHA-256 sum]
- link:http://www.networkupstools.org/source/{tree_version}/nut-{revision}.tar.gz.md5[MD5 sum]
2012-01-24 12:22:33 +02:00
- link:http://www.networkupstools.org/source/{tree_version}/new-{revision}.txt[Release notes]
- link:http://www.networkupstools.org/source/{tree_version}/ChangeLog[ChangeLog]
2011-01-26 11:35:08 +02:00
2012-01-24 12:22:33 +02:00
You can also browse the link:http://www.networkupstools.org/source/{tree_version}/[stable source directory].
2011-01-26 11:35:08 +02:00
2012-01-24 12:22:33 +02:00
Development tree:
~~~~~~~~~~~~~~~~~
2011-01-26 11:35:08 +02:00
Code repository
^^^^^^^^^^^^^^^
2013-11-24 17:00:12 +02:00
The development tree is available through a Git repository hosted at
link:https://github.com/[GitHub].
2011-01-26 11:35:08 +02:00
To retrieve the current development tree, use the following command:
2013-11-24 17:00:12 +02:00
$ git clone git://github.com/networkupstools/nut.git
2011-01-26 11:35:08 +02:00
2013-11-24 17:00:12 +02:00
The configure script and its dependencies are not stored in Git. To generate
them, ensure that autoconf, automake and libtool are installed, then run the
following script in the directory you just checked out:
2011-01-26 11:35:08 +02:00
$ ./autogen.sh
2022-07-10 10:23:45 +03:00
Then refer to the
2011-01-26 11:35:08 +02:00
ifdef::website[]
link:docs/user-manual.chunked/index.html[NUT user manual]
endif::website[]
ifndef::website[]
linkdoc:user-manual[NUT user manual]
endif::website[]
for more information.
2022-07-10 10:23:45 +03:00
2013-11-24 17:00:12 +02:00
//////////////////////////
2011-01-26 11:35:08 +02:00
NOTE: Users that need the latest developments to support new devices *must*
2013-11-24 17:00:12 +02:00
use Git or <<Snapshots,snapshots>>.
//////////////////////////
2011-01-26 11:35:08 +02:00
Browse code
^^^^^^^^^^^
2022-07-10 10:23:45 +03:00
You can browse the "vanilla NUT" code at the
link:https://github.com/networkupstools/nut/[Main GitHub repository for NUT sources],
and some possibly modified copies as part of packaging recipe
sources of operating system distributions, as listed below.
2011-01-26 11:35:08 +02:00
[[Snapshots]]
Snapshots
^^^^^^^^^
2013-11-24 17:00:12 +02:00
GitHub has several download links for repository snapshots (for particular tags
or branches), but you will need a number of tools such as autoconf, automake
2022-07-10 10:23:45 +03:00
and libtool to use these snapshots to generate the `configure` script and some
other files.
After you `configure` the source workspace, a `make dist-hash` recipe would
create the snapshot tarballs which do not require the auto* tools, and their
checksum files, such as those available on the NUT website and attached to
link:https://github.com/networkupstools/nut/releases[GitHub Releases page].
/////////
TODO: #1400 to replace this with a NUT CI farm service to publish the tarballs
2013-11-24 17:00:12 +02:00
If our Buildbot instance is behaving, you can download a snapshot which does
not require auto* tools from this
link:http://buildbot.networkupstools.org/snapshots[builder]. Look for the
latest *[tarball]* link towards the top of the page, and be sure to check the
'Build ##' link to verify the branch name.
2022-07-10 10:23:45 +03:00
/////////
2011-01-26 11:35:08 +02:00
Older versions
~~~~~~~~~~~~~~
link:http://www.networkupstools.org/source/[Browse source directory]
Binary packages
---------------
NOTE: The only official releases from this project are source code.
2022-07-10 10:23:45 +03:00
NUT is already available in the following operating systems (and
link:https://github.com/networkupstools/nut/wiki/Links-to-distribution-packaging-recipes-and-repository-sections[likely more]):
- link:https://repology.org/project/nut/versions[Repology report on NUT]
lists 745 entries about NUT, as of this writing
- Linux:
* link:https://github.com/42ity/nut/tree/FTY/obs[42ITy.org packaging recipes for Debian-based releases]
* link:https://salsa.debian.org/debian/nut/[Debian Salsa recipes]
and link:http://packages.debian.org/nut[Debian packages]
* link:http://packages.ubuntu.com/nut[Ubuntu packages]
* link:https://src.fedoraproject.org/rpms/nut/tree/rawhide[Fedora Rawhide recipes]
and link:https://src.fedoraproject.org/rpms/nut[Red Hat / Fedora packages]
* link:https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=network-ups-tools-git[Arch Linux recipe]
and link:https://aur.archlinux.org/packages/network-ups-tools-git[Arch Linux package info]
* link:https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-power/nut[Gentoo Linux recipe]
and link:http://packages.gentoo.org/package/sys-power/nut[Gentoo Linux package info]
* link:https://build.opensuse.org/package/show/openSUSE%3AFactory/nut[Novell SUSE / openSUSE official package base recipe]
and link:https://build.opensuse.org/package/show/hardware/nut[Novell SUSE / openSUSE official package development recipe],
and link:http://software.opensuse.org/package/nut[Novell SUSE / openSUSE official package overview]
* link:https://build.opensuse.org/search?search_text=nut[Numerous other recipes on Open Build System (not only by SUSE)]
* link:https://github.com/openwrt/packages/tree/master/net/nut[OpenWRT recipes]
* link:http://sotirov-bg.net/slackpack/search.cgi?q=nut[Slackware package overview]
* link:https://github.com/void-linux/void-packages/tree/master/srcpkgs/network-ups-tools[Void Linux recipes]
2011-01-26 11:35:08 +02:00
- BSD systems:
2022-07-10 10:23:45 +03:00
* link:https://cgit.freebsd.org/ports/tree/sysutils/nut-devel[FreeBSD package recipe (devel)],
link:https://cgit.freebsd.org/ports/tree/sysutils/nut[FreeBSD package recipe]
and link:http://www.FreeBSD.org/cgi/ports.cgi?query=^nut-&amp;stype=name[FreeBSD package overview]
* link:cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/ups-nut/[NetBSD recipe] and link:http://pkgsrc.se/sysutils/ups-nut[NetBSD package overview]
* link:http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/nut/[OpenBSD recipe]
* link:https://github.com/freenas/iocage-ports/tree/master/sysutils/nut[FreeNAS iocage-ports recipe],
link:http://doc.freenas.org/9.3/freenas_services.html#ups[FreeNAS 9.3 docs on UPS integration]
and link:https://www.ixsystems.com/documentation/freenas/11.3-U5/services.html#ups[FreeNAS 11.3-U5 docs on UPS integration]
2011-01-26 11:35:08 +02:00
- Mac OS X:
2022-07-10 10:23:45 +03:00
* link:https://github.com/fink/fink-distributions/blob/master/10.9-libcxx/stable/main/finkinfo/net/nut.info[Fink recipe]
and link:http://pdb.finkproject.org/pdb/package.php/nut[Fink package overview]
* link:http://trac.macports.org/browser/trunk/dports/sysutils/nut/Portfile[MacPorts recipe]
- illumos/Solaris:
* link:https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/sysutils/nut[OpenIndiana oi-userland recipe]
and link:https://pkg.openindiana.org/hipster/en/search.shtml?token=nut&action=Search[OpenIndiana latest rolling builds]
2011-01-26 11:35:08 +02:00
2011-06-01 23:31:49 +03:00
- Windows (complete port, Beta):
2022-07-10 10:23:45 +03:00
* link:http://www.networkupstools.org/package/windows/NUT-Installer-2.6.5-6.msi[Windows MSI installer 2.6.5-6]
2011-06-01 23:31:49 +03:00
2011-09-29 21:14:46 +03:00
Java packages
-------------
2022-07-10 10:23:45 +03:00
- The jNut package has been split into its own
link:https://github.com/networkupstools/jNut[GitHub repository].
2013-11-24 17:00:12 +02:00
2011-09-29 21:14:46 +03:00
- NUT Java support (client side, Beta)
2022-07-10 10:23:45 +03:00
link:http://www.networkupstools.org/package/java/jNut-0.2-SNAPSHOT.tar.gz[jNUT 0.2-SNAPSHOT]
2012-01-24 12:22:33 +02:00
- NUT Java Web support (client side using REST, Beta)
2022-07-10 10:23:45 +03:00
link:http://www.networkupstools.org/package/java/jNutWebAPI-0.2-SNAPSHOT-src.tar.gz[jNutWebAPI 0.2-SNAPSHOT (sources)]
2012-08-13 00:39:31 +03:00
Virtualization packages
-----------------------
VMware
~~~~~~
2022-07-10 10:23:45 +03:00
- NUT client 2.7.4 for ESXi 5.0, 5.1, 5.5 and 6.0 (offsite, René Garcia)
2012-08-13 00:39:31 +03:00
* link:http://rene.margar.fr/2012/05/client-nut-pour-esxi-5-0/[blog entry (French)]
2022-07-10 10:23:45 +03:00
* link:http://rene.margar.fr/downloads/NutClient-ESXi500-1.4.0.tar.gz[VIB package (v1.4.0)]