linux_deb.adoc 873 B

1234567891011121314151617181920
  1. [#install-linuxpackage]
  2. = Generic .deb based Linux
  3. Running OliveTin as a systemd service on a Linux machine means it can use any program installed on your machine (you don't have to add programs to a container). This is generally easier to use than a container, but containers can work just fine too with a bit more effort.
  4. There are .deb packages published for OliveTin on each release page. If you distribution is not linked in this installation guide, and you use a .deb based Linux distribution, this package should work.
  5. * link:https://github.com/jamesread/OliveTin/releases[downloads page].
  6. You can install these packages for .deb like this;
  7. [source,bash]
  8. ....
  9. user@host: wget https://github.com/OliveTin/OliveTin/releases/latest/download/OliveTin_linux_amd64.deb
  10. user@host: dpkg -i OliveTin_linux_amd64.deb
  11. ....
  12. include::partial$install/post_systemd.adoc[]