1 <?php include "top.php"; ?>
3 <head><title>nano: Download</title>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
10 <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
13 <center><b>Downloading nano</b></center>
18 <center><table BORDER=0 WIDTH="80%" NOSAVE >
19 <tr BGCOLOR="#440077" NOSAVE>
20 <td NOSAVE><font color="#FFFFFF">Description</font></td>
21 <td><font color="#FFFFFF">Links</font></td>
25 <td>The source code xzipped:</td>
27 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz">nano-<?php include "stable-version"; ?>.tar.xz</a>
31 <td>Its signature:</td>
33 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz.asc">nano-<?php include "stable-version"; ?>.tar.xz.asc</a>
37 <tr><td> </td><td> </td></tr>
40 <td>The source code gzipped:</td>
42 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
45 <td>Its signature:</td>
47 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz.asc">nano-<?php include "stable-version"; ?>.tar.gz.asc</a>
51 <tr><td> </td><td> </td></tr>
54 <td>All versions:</td>
56 <a href="/dist">The branches</a>
59 <tr><td> </td><td> </td></tr>
62 <td>Older versions at GNU:</td>
64 <a href="https://ftp.gnu.org/pub/gnu/nano/">GNU archive</a>
69 <td>Binary RPM for i386 platform (RH 8.0):</td>
70 <td><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.i386.rpm">nano-<?php include "stable-version"; ?>-1.i386.rpm</a></td>
74 <td>Binary RPM for x86_64 platform (glibc2.4+).</td>
75 <td><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.x86_64.rpm">nano-<?php include "stable-version"; ?>-1.x86_64.rpm</a></td>
79 <td>Source RPM for any RPM system.</td>
80 <td NOSAVE><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.src.rpm">nano-<?php include "stable-version"; ?>-1.src.rpm</a></td>
84 <tr><td> </td><td> </td></tr>
87 <td>Archlinux binaries:</td>
88 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
92 <td>Debian GNU/Linux binaries:</td>
93 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
94 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
95 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
99 <td>Fedora builds:</td>
100 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
104 <td>Gentoo status:</td>
105 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
109 <td>Opensuse binaries:</td>
110 <td><a href="https://software.opensuse.org/package/nano">packages</a>
115 <td>WinNT/9x binary, .zip format.</td>
116 <td><a href="/dist/v<?php include "stable-branch"; ?>/NT/nano-<?php include "stable-version"; ?>.zip">nano-<?php include "stable-version"; ?>.zip</a></td>
125 <?php include "bottom.php"; ?>