Update InstallOnLinux.md

This commit is contained in:
shuvashish76 2024-12-07 06:24:34 +00:00 committed by GitHub
parent 525afdf050
commit 9ebc4444bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,35 +4,33 @@
...or just tell more friends. As long as I'm maintaining this software, it will remain **free** and **open source**. ...or just tell more friends. As long as I'm maintaining this software, it will remain **free** and **open source**.
# Packaging status ## Packaging status
[![Packaging status](https://repology.org/badge/vertical-allrepos/libation.svg)](https://repology.org/project/libation/versions) [![Packaging status](https://repology.org/badge/vertical-allrepos/libation.svg)](https://repology.org/project/libation/versions)
# Install and Run Libation on Ubuntu
New Libation releases are automatically packed into `.deb` and `.rpm` package and are available from the Libation repository's releases page. New Libation releases are automatically packed into `.deb` and `.rpm` package and are available from the Libation repository's releases page.
Run this command in your terminal to download and install Libation, replacing the url with the latest Libation package url: Run this command in your terminal to download and install Libation, replacing the url with the latest Libation package url:
- Debian ### Debian
```Console ```Console
wget -O libation.deb https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.deb && wget -O libation.deb https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.deb &&
sudo apt install ./libation.deb sudo apt install ./libation.deb
``` ```
- Redhat and CentOS ### Redhat and CentOS
```Console ```Console
wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm && wget -O libation.rpm https://github.com/rmcrackan/Libation/releases/download/vX.X.X/Libation.X.X.X-linux-chardonnay.rpm &&
sudo yum install ./libation.rpm sudo yum install ./libation.rpm
``` ```
- Arch Linux ---
### Arch Linux
```Console ```Console
yay -S libation yay -S libation
``` ```
This package is available on [Arch User Repository](https://aur.archlinux.org/packages/libation), install via your choice of [AUR helpers](https://wiki.archlinux.org/title/AUR_helpers). This package is available on [Arch User Repository](https://aur.archlinux.org/packages/libation), install via your choice of [AUR helpers](https://wiki.archlinux.org/title/AUR_helpers).
Thanks to [mhdi](https://aur.archlinux.org/account/mhdi) who is taking care of AUR package maintenance.
- NixOS/package Thanks to [mhdi](https://aur.archlinux.org/account/mhdi) for taking care of AUR package maintenance.
### NixOS
- Install via `nix-shell` - Install via `nix-shell`
```Console ```Console
nix-shell -p libation nix-shell -p libation
@ -54,6 +52,7 @@ Run this command in your terminal to download and install Libation, replacing th
nix-env -iA nixpkgs.libation nix-env -iA nixpkgs.libation
``` ```
Warning: Using `nix-env` permanently modifies a local profile of installed packages. This must be updated and maintained by the user in the same way as with a traditional package manager. Warning: Using `nix-env` permanently modifies a local profile of installed packages. This must be updated and maintained by the user in the same way as with a traditional package manager.
Thanks to [TomaSajt](https://github.com/tomasajt) for taking care of Nix package maintenance. Thanks to [TomaSajt](https://github.com/tomasajt) for taking care of Nix package maintenance.
If your desktop uses gtk, you should now see Libation among your applications. If your desktop uses gtk, you should now see Libation among your applications.