Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.1 KB

File metadata and controls

22 lines (13 loc) · 1.1 KB

If you found this useful, tell a friend. If you found this REALLY useful, you can click here to PayPal.me

...or just tell more friends. As long as I'm maintaining this software, it will remain free and open source.

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.

Run this command in your terminal to dowbnload and install Libation, replacing the url with the Latest Libation .deb package url:

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

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.

Report bugs to https://github.com/rmcrackan/Libation/issues