Software

Software

Install system-level applications in your workspace.

Using apt

apt update
apt install <package-name>

Common Software

Software
Install Command

FFmpeg

apt install ffmpeg

ImageMagick

apt install imagemagick

Docker

apt install docker.io

PostgreSQL

apt install postgresql

Redis

apt install redis-server

Persistence

Session Type
Installed Software

Ephemeral

Gone on termination

Persistent

Saved between sessions

Last updated