Home / Manual install / Debian and Ubuntu

APT

Debian and Ubuntu

Adds the official signed APT repository, then installs. You need sudo. Paste one block at a time.

1. Add the signing key

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://32bitx64bit.github.io/Tipsy-repo/keys/tipsy-signing-key.asc \
  | sudo tee /etc/apt/keyrings/tipsy.asc > /dev/null

2. Add the repository

echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/tipsy.asc] \
https://32bitx64bit.github.io/Tipsy-repo/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/tipsy.list

3. Install

sudo apt update
sudo apt install tipsy

Updates

sudo apt update
sudo apt upgrade

Next: open Tipsy - Settings and run the setup assistant to add the official Roblox client.

Back to all methodsNext: Fedora and RHEL