Ubuntu/Debian APT¶
You can install PLaSK on Ubuntu Xenial, Bionic, or Cosmic and for Debian Stable using APT.
To do so, edit a file /etc/apt/sources.list.d/plask.list
:
$ sudo nano /etc/apt/sources.list.d/plask.list
and put the following content in it:
# Content of /etc/apt/sources.list.d/plask.list for Ubuntu
deb https://get.plask.app/ubuntu jammy/
If you are using Ubuntu Focal, Kinetic or Lunar, replace jammy
with your distribution code (lowercase).
For Debian Stable, this file should look like:
# Content of /etc/apt/sources.list.d/plask.list for Debian
deb https://get.plask.app/debian stable/
Next download the redmine.key file and type in a shell:
$ sudo apt-key add redmine.key
$ sudo apt update
$ sudo apt install plask
Go to top