Skip to content
Discussion options

You must be logged in to vote

Hey @BWS001, thanks for reaching out!

On Ubuntu 24.04, the easiest way to install is with the .deb package from our latest release:

# Download and install
wget https://github.com/Lexonight1/thermalright-trcc-linux/releases/download/v8.2.3/trcc-linux_8.2.3-1_all.deb
sudo dpkg -i trcc-linux_8.2.3-1_all.deb
sudo apt-get install -f   # pulls in python3-pyside6 and other deps automatically

The .deb package lists python3-pyside6 as a system dependency, so apt will handle everything — no pip conflicts.

After install, run trcc setup to configure udev rules and device permissions, then trcc to launch.

If python3-pyside6 still isn't found by apt, you may need to enable the universe repository:

sudo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Lexonight1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants