Download
The relevant downloads from the releases page on GitHub are listed below. You can also download/clone the GitHub repository, but I recommend using one of the links below.
The GUI version has an easy to use graphical interface but you can use it from the terminal too. The no-GUI version can be used only from the terminal.
After downloading and installing, visit the Usage page.
GNU/Linux 64 bit PC
Debian-based distros (Ubuntu, Linux Mint, etc.)
-
GUI version
.deb
package:GNU/Linux x86_64 .deb package.
You can install it on some distros by double clicking the file and clicking an “Install” button. Otherwise open a terminal and install it by running:
sudo apt install ~/Downloads/noaa-apt_1.4.0-1_amd64.deb
-
Executable without GUI:
GNU/Linux x86_64 (no-GUI) zip.
To install, extract the zip file anywhere.
Arch Linux and similar distros
- Sylogista maintains an AUR package
NixOS
- Tom Repetti maintains a Nix package
Other distros
-
Executable with GUI:
To install, extract the zip file anywhere.
-
Executable without GUI:
GNU/Linux x86_64 (no-GUI) zip.
To install, extract the zip file anywhere.
Windows 64 bit PC
-
To install, extract the zip file anywhere.
Raspberry Pi 2/3 (armv7, armhf)
-
Executable with GUI:
To install, extract the zip file anywhere.
-
Executable without GUI:
To install, extract the zip file anywhere.
Raspberry Pi 4 (armv8, aarch64, arm64)
-
Executable with GUI:
To install, extract the zip file anywhere.
-
Executable without GUI:
GNU/Linux aarch64 (no-GUI) zip.
To install, extract the zip file anywhere.
OSX
-
You can use the Nix Package. First, install Nix, then install the
noaa-apt
package and then run the program from the terminal:sh <(curl -L https://nixos.org/nix/install) nix-env -iA nixos.noaa-apt noaa-apt
Android+Termux
Something else?
Dependencies
On Windows there aren’t any dependencies, on Linux you probably already have installed what you need:
- libc6 (>= 2.28)
- libcairo-gobject2 (>= 1.10.0)
- libcairo2 (>= 1.2.4)
- libgcc1 (>= 1:4.2)
- libgdk-pixbuf2.0-0 (>= 2.31.1)
- libglib2.0-0 (>= 2.31.8)
- libgtk-3-0 (>= 3.21.4)
- libpango-1.0-0 (>= 1.14.0)
My builds use a statically linked libssl, so you don’t need libssl unless you compiled noaa-apt yourself.