linux_arch.adoc 1.1 KB

1234567891011121314151617181920212223
  1. [#install-archbtw]
  2. = Arch Linux (AUR)
  3. There are 3 packages available for Arch Linux;
  4. . link:https://aur.archlinux.org/packages/olivetin[`olivetin` in AUR] - This builds from source, using a release Git tag.This is officially maintained by the authors of the OliveTin project.
  5. . link:https://aur.archlinux.org/packages/olivetin-bin[`olivetin-bin` in AUR] - This re-packages the binaries built by the official binaries. This is not officially maintained by the authors of the OliveTin project, and might be a bit older - but it should work just fine.
  6. . link:https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.apk[`olivetin` .apk built by the project] - This may be useful to have a package outside of AUR.
  7. == Installation (AUR)
  8. Install using `yay`;
  9. ----
  10. user@host: yay -Syu olivetin
  11. ----
  12. [WARNING]
  13. One does not simply just do something with Arch without telling someone about it. Therefore, after you successfully install OliveTin on Arch, that you tell at least two people "I'm using OliveTin on Arch, btw". :-)
  14. include::partial$install/post_systemd.adoc[]