From 8cbdeb38fa47cd9665f219fb54ff48cb63f4f2ec Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Fri, 19 May 2023 13:05:29 -0600 Subject: [PATCH] Update InstallOnLinux.md --- Documentation/InstallOnLinux.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/Documentation/InstallOnLinux.md b/Documentation/InstallOnLinux.md index 85a0b2c5..9b68351b 100644 --- a/Documentation/InstallOnLinux.md +++ b/Documentation/InstallOnLinux.md @@ -6,16 +6,24 @@ ### Install and Run Libation on Ubuntu -New Libation releases are automatically packed into a debian 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 dowbnload and install Libation, replacing the url with the Latest Libation .deb package url: -```Console -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 -``` +Run this command in your terminal to dowbnload and install Libation, replacing the url with the latest Libation package url: -You should now see Libation among your applications. +- Debian + ```Console + 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 + ``` +- Redhat and CentOS + ```Console + 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 + ``` + + +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.