Skip to main content

Linux

Desktop Client - Linux

This page will go through the download and installation of the Tealstreet Desktop Client for Linux.

  1. Head on over to the Tealstreet download page to download the Tealstreet Desktop client.

  2. Select the "Download for Linux" Option to automatically start your download

Download-Windows

  1. The file "Tealstreet-X.X.X.AppImage" will download on your Linux machine.
note

X.X.X represents the current version of the client

Setup

Permissions

  1. Now we need to grant the user account execution permissions (Good practice is to not be doing these types of activities on your root account)

chmod

cd Downloads
ls
chmod +x Tealstreet-1.5.29.AppImage
caution

Ubuntu users sometimes require an additional step, they might need to install the FUSE package

sudo apt-get install fuse
  1. You should now be able to run Tealstreet. As an AppImage you do not need to be concerned with 'properly installing' since it just functions like a portable application on other OSes. Double click it within your GUI or else launch it via the command prompt.

appstart

./Tealstreet-1.5.29.AppImage
note

If you start Tealstreet and it does not load and you are unsure why please try launching it from the terminal so the window can potentially provide additional debugging information

Tips

tip

It might be worth your while to setup an alias for easier start-up of the terminal. The below screenshot shows a way to create a temporary alias.

alias

alias terminal="~/Downloads/Tealstreet-1.5.29.AppImage"
terminal