From a2de59bb1cf2be8a0eae33c493f0c202e00782f2 Mon Sep 17 00:00:00 2001 From: vp2177 Date: Sat, 19 Jul 2025 06:38:49 +0100 Subject: [PATCH] docs(install): mention apt/deb --- docs/install.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install.md b/docs/install.md index 7200bf9b7b91d..a58496124b36a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,6 +6,7 @@ | Homebrew | | ✅ | ✅ | | MacPorts | | ✅ | | | Nix | | ✅ | ✅ | +| Apt | | | ✅ | ## Winget (Windows) @@ -48,3 +49,11 @@ nix-env --file '' --install --attr llama-cpp For non-flake enabled installs. This expression is automatically updated within the [nixpkgs repo](https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/by-name/ll/llama-cpp/package.nix#L164). + +## Apt (Debian Linux, Ubuntu...) + +```sh +sudo apt install llama.cpp +``` + +See also: https://packages.debian.org/sid/llama.cpp