Categories: Ubuntu

Chatterino – Twitch Chat Client with Enhanced Features [Ubuntu PPA]

This simple tutorial shows how to install Chatterino, a Twitch Chat app with enhanced features, in Ubuntu 22.04, 20.04, 23.10 via PPA.

Chatterino is a free and open-source chat app for Twitch.tv. With it, you can connect as many channels as you like to, either in tabs or in single tab side-by-side.

The client supports features, such as Chat Replies by right-clicking a message and choose “Reply to message”.

Left clicking a user will open dialog for user info, message history, as well as buttons to block, ignore highlight, etc. And, right-click on user allows to @ mention him/her in message.

Sponsored

It supports emotes from BetterTTV, FrankerFaceZ, and 7TV, allows to drag’n’drop image or paste image from clipboard to upload to custom service, such as imgur.com, though not enabled by default.

Other features include:

  • Hotkeys (customizable)
  • Link preview (not enabled by default)
  • Ignore or highlight messages
  • Search, filters, regular expressions
  • And more.

How to Install Chatterino via Ubuntu PPA

The app provides Windows .exe, macOS .dmg, Ubuntu .deb and Linux .AppImage packages for downloading in its Github releases page.

For Ubuntu/Linux Mint users, the official PPA is a better choice to keep the app up-to-date. Which, so far supports Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.04, & Ubuntu 23.10 on amd64 (Intel/AMD) and arm64/armhf (Apple M1/M2, Raspberry Pi) devices.

1. First, press Ctrl+Alt+T on keyboard to open terminal. Then, run command to add the PPA:

sudo add-apt-repository ppa:chatterino/chatterino2

Type user password (no asterisk feedback) when it asks and hit Enter to continue.

Sponsored

2. Then, run command to install the chat client:

sudo apt install chatterino

Linux Mint user needs to run sudo apt update first to refresh system package cache.

After installation, you can launch the app from start menu, app grid, or Gnome overview depends on your desktop environment. And, use “Software Updater” (Update Manager) to receive updates.

Then, you can join Twitch channel by their names (the part after www.twitch.tv/ in channel URL). And, see the wiki for more usage.

Uninstall:

To uninstall the Twitch chat app, simply open terminal (Ctrl+Alt+T) and run command:

sudo apt remove --autoremove chatterino

Also remove the Ubuntu PPA, either by running command in terminal:

sudo add-apt-repository --remove ppa:chatterino/chatterino2

Or, use “Software & Updates” to remove source line under “Other Software” tab.

The post Chatterino – Twitch Chat Client with Enhanced Features [Ubuntu PPA] appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

How to Fix VMware’s “Could not open /dev/vmmon” Error on Ubuntu

You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…

1 hour ago

How to Fix Ubuntu 404 Errors While Fetching Dependencies

Have you ever found yourself staring at a terminal full of 404 errors while trying…

1 hour ago

How to Fix ‘Please Install All Available Updates’ Error When Upgrading Ubuntu 18.04 to 20.04 LTS

One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …

1 hour ago

How to fix “Release is not valid yet” Error in Docker Containers

In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…

1 hour ago

How to fix “Externally Managed Environment” Pip Errors on Ubuntu

If you’ve recently upgraded to Ubuntu 23.04 or newer, you might have encountered a frustrating…

1 hour ago

Ubuntu now officially supports NVIDIA Jetson: powering the future of AI at the edge

Canonical announces the General Availability of Ubuntu for the NVIDIA® Jetson Orin™ for edge AI…

8 hours ago