From 319d547aa03b61c4196f916b25f46a6e297f21f3 Mon Sep 17 00:00:00 2001 From: Tobias Heinlein <46030637+niontrix@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:33:20 +0100 Subject: [PATCH] Document Pacstall for program installation on Linux Added information about Pacstall for easier program installation. --- docs/installation/linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index 4933f0eb..ee8f0a70 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -69,6 +69,16 @@ Thanks to [mhdi](https://aur.archlinux.org/account/mhdi) for taking care of AUR Thanks to [TomaSajt](https://github.com/tomasajt) for taking care of Nix package maintenance. +### Pacstall + +Pacstall is the AUR Ubuntu wishes it had. It takes the concept of the AUR and puts a spin on it, making it easier to install programs without scouring github repos and the likes. See the [Pacstall](https://pacstall.dev/) project for more information. + +```bash +pacstall -I libation-deb +``` + +--- + If your desktop uses gtk, you should now see Libation among your applications. Additionally, you may launch Libation, LibationCli, and Hangover (the Libation recovery app) via the command line using 'libation, libationcli', and 'hangover' aliases respectively.